You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenBCI_GUI/W_Focus.pde
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,11 @@ class W_Focus extends Widget {
91
91
dataGrid.setTableFontAndSize(p6, 10);
92
92
dataGrid.setDrawTableBorder(true);
93
93
dataGrid.setString("Metric Value", 0, 0);
94
+
dataGrid.setString("Delta (1.5-4Hz)", 1, 0);
95
+
dataGrid.setString("Theta (4-8Hz)", 2, 0);
96
+
dataGrid.setString("Alpha (7.5-13Hz)", 3, 0);
97
+
dataGrid.setString("Beta (13-30Hz)", 4, 0);
98
+
dataGrid.setString("Gamma (30-45Hz)", 5, 0);
94
99
95
100
//Instantiate local cp5 for this box. This allows extra control of drawing cp5 elements specifically inside this class.
96
101
focus_cp5 =newControlP5(ourApplet);
@@ -248,9 +253,13 @@ class W_Focus extends Widget {
248
253
newInteger[focusChanSelect.activeChan.size()]
249
254
));
250
255
256
+
//Full Source Code for this method: https://github.com/brainflow-dev/brainflow/blob/c5f0ad86683e6eab556e30965befb7c93e389a3b/src/data_handler/data_handler.cpp#L1115
0 commit comments