Changeset 55dabc5 in orbit for android/src
- Timestamp:
- 07/28/13 18:31:16 (9 years ago)
- Branches:
- master, RawEEG, Servo, Tab_Interface, pyramid
- Children:
- 81fb7d8
- Parents:
- adde2a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/info/puzzlebox/orbit/OrbitActivity.java
radde2a6 r55dabc5 255 255 eegRawHistoryPlot.setDomainBoundaries(0, EEG_RAW_HISTORY_SIZE, BoundaryMode.FIXED); 256 256 // eegRawHistoryPlot.setDomainBoundaries(0, EEG_RAW_HISTORY_SIZE, BoundaryMode.AUTO); 257 // eegRawHistoryPlot.setRangeBoundaries(-32767, 32767, BoundaryMode.FIXED);257 // eegRawHistoryPlot.setRangeBoundaries(-32767, 32767, BoundaryMode.FIXED); 258 258 // eegRawHistoryPlot.setRangeBoundaries(-32767, 32767, BoundaryMode.AUTO); 259 259 eegRawHistoryPlot.setRangeBoundaries(-256, 256, BoundaryMode.GROW); … … 278 278 eegRawHistoryPlot.getGraphWidget().setDomainLabelWidth(0); 279 279 eegRawHistoryPlot.getGraphWidget().setRangeLabelWidth(0); 280 280 281 281 // Hide legend 282 282 eegRawHistoryPlot.getLegendWidget().setVisible(false);
Note: See TracChangeset
for help on using the changeset viewer.