Skip to content

Commit e55ba80

Browse files
committed
Merge branch 'listener-overhaul' of https://github.com/devinaconley/arduino-plotter into listener-overhaul
2 parents 34fa0d4 + 4aa5b6f commit e55ba80

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Features:
1616
- Configurable line color per variable
1717
- Stand-alone listener application, written with Processing, is provided
1818

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)
2020

2121
---
2222

@@ -28,16 +28,16 @@ Search for "Plotter" in the Arduino Library Manager.
2828

2929
___or___
3030

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).
3232

3333
---
3434

3535
#### Setup Listener
3636
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)
4141
- [Mac OS X](https://www.dropbox.com/s/emasvotan4yxbmo/ArduinoPlotter_listener_macOSX.zip?dl=1)
4242

4343
___or___
@@ -150,12 +150,16 @@ Documentation:
150150

151151
---
152152

153-
#### bool SetColor( int index, String colorA, ... )
153+
#### bool SetColor( int index, String colorA, String colorB, ... )
154154

155155
*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"*
156158
##### Arguments
157159
- index: position of graph to remove
158160
- colorA: color for first variable
161+
- colorB: color for second variable
162+
- ...
159163

160164
##### Returns
161-
- bool: true if successful
165+
- bool: true if successful. returns false when incorrect number of colors have been passed.

0 commit comments

Comments
 (0)