@@ -16,7 +16,7 @@ Features:
16
16
- Configurable line color per variable
17
17
- Stand-alone listener application, written with Processing, is provided
18
18
19
- ![ Plotter Preview Image ] ( https://www.dropbox.com/s/0471kf89skyo72x /plotter_preview.png ?raw=1 )
19
+ ![ Plotter Preview] ( https://www.dropbox.com/s/2mtg5ig7lyrrffi /plotter_preview.gif ?raw=1 )
20
20
21
21
---
22
22
@@ -28,16 +28,16 @@ Search for "Plotter" in the Arduino Library Manager.
28
28
29
29
___ or___
30
30
31
- Install manually with the [ ZIP file of Plotter] ( https://github.com/devinconley /arduino-plotter-for-library-manager/archive/master.zip ) .
31
+ Install manually with the [ ZIP file of Plotter] ( https://github.com/devinaconley /arduino-plotter-for-library-manager/archive/master.zip ) .
32
32
33
33
---
34
34
35
35
#### Setup Listener
36
36
Download one of the following stand-alone listener options. Keep the folder intact so the application can access the library and source folders.
37
- - [ Windows 32-bit] ( https://www.dropbox.com/s/88wa2nkfzh5j3uz/ArduinoPlotter_listener_windows32 .zip?dl=1 )
38
- - [ Windows 64-bit] ( https://www.dropbox.com/s/ahy2ppul6v4lybi/ArduinoPlotter_listener_windows64 .zip?dl=1 )
39
- - [ Linux 32-bit] ( https://www.dropbox.com/s/ilt9n3hkiw74vrf/ArduinoPlotter_listener_linux32 .zip?dl=1 )
40
- - [ Linux 64-bit] ( https://www.dropbox.com/s/6irh0fn4c97aqz0/ArduinoPlotter_listener_linux64 .zip?dl=1 )
37
+ - [ Windows 32-bit] ( https://www.dropbox.com/s/vbgd4osedrfgep3/arduino-plotter-listener-windows32 .zip?dl=1 )
38
+ - [ Windows 64-bit] ( https://www.dropbox.com/s/0x4xqv375h4j5hh/arduino-plotter-listener-windows64 .zip?dl=1 )
39
+ - [ Linux 32-bit] ( https://www.dropbox.com/s/u0g1ey96aw14k9z/arduino-plotter-listener-linux32 .zip?dl=1 )
40
+ - [ Linux 64-bit] ( https://www.dropbox.com/s/lsrpo5edb25sv3a/arduino-plotter-listener-linux64 .zip?dl=1 )
41
41
- [ Mac OS X] ( https://www.dropbox.com/s/emasvotan4yxbmo/ArduinoPlotter_listener_macOSX.zip?dl=1 )
42
42
43
43
___ or___
@@ -150,12 +150,16 @@ Documentation:
150
150
151
151
---
152
152
153
- #### bool SetColor( int index, String colorA, ... )
153
+ #### bool SetColor( int index, String colorA, String colorB, ... )
154
154
155
155
* Sets the line colors for each variable in the graph at the specified position with zero-indexing. (ie passing 0 would set colors for the first graph added)*
156
+
157
+ * Options: "red", "green", "blue", "orange", "yellow", "pink", "purple", "cyan"*
156
158
##### Arguments
157
159
- index: position of graph to remove
158
160
- colorA: color for first variable
161
+ - colorB: color for second variable
162
+ - ...
159
163
160
164
##### Returns
161
- - bool: true if successful
165
+ - bool: true if successful. returns false when incorrect number of colors have been passed.
0 commit comments