Skip to content

Commit 0030e7f

Browse files
committed
Highlight Cyton AutoConnect button with TURN_ON_GREEN
1 parent ecb4198 commit 0030e7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OpenBCI_GUI/ControlPanel.pde

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ class SerialBox {
492492

493493
private void createAutoConnectButton(String name, String text, int _x, int _y, int _w, int _h) {
494494
autoConnectButton = createSBButton(name, text, _x, _y, _w, _h);
495+
autoConnectButton.setColorBackground(TURN_ON_GREEN);
495496
autoConnectButton.onRelease(new CallbackListener() {
496497
public void controlEvent(CallbackEvent theEvent) {
497498
controlPanel.comPortBox.attemptAutoConnectCyton();

0 commit comments

Comments
 (0)