We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fb130 commit f34e3cfCopy full SHA for f34e3cf
1 file changed
OpenBCI_GUI/Extras.pde
@@ -380,8 +380,8 @@ class DataStatus {
380
private double percentage;
381
public String notificationString;
382
private final color default_color = OPENBCI_DARKBLUE;
383
- private final color yellow = color(254,211,0,255);
384
- private final color red = color(255,0,0,255);
+ private final color yellow = color(221, 178, 13, 255);
+ private final color red = TURN_OFF_RED;
385
private color colorIndicator = default_color;
386
387
DataStatus(double thresh_railed, double thresh_railed_warn) {
0 commit comments