Skip to content

Commit f34e3cf

Browse files
committed
Match Cyton Data status colors with existing channel colors
1 parent 07fb130 commit f34e3cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenBCI_GUI/Extras.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ class DataStatus {
380380
private double percentage;
381381
public String notificationString;
382382
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);
383+
private final color yellow = color(221, 178, 13, 255);
384+
private final color red = TURN_OFF_RED;
385385
private color colorIndicator = default_color;
386386

387387
DataStatus(double thresh_railed, double thresh_railed_warn) {

0 commit comments

Comments
 (0)