microbit: Default display brightness changed to 100%

Feedback from trials showed that this improved daylight visibility, especially for the first programs before kids have
discovered brightness APIs.
master
Joe Finney 2015-11-30 00:51:26 +00:00
parent f5cf8f2dd4
commit f0cbfb4c50
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
// Selects the default brightness for the display
// in the region of zero (off) to 255 (full brightness)
#ifndef MICROBIT_DISPLAY_DEFAULT_BRIGHTNESS
#define MICROBIT_DISPLAY_DEFAULT_BRIGHTNESS ((MICROBIT_DISPLAY_MAXIMUM_BRIGHTNESS - MICROBIT_DISPLAY_MINIMUM_BRIGHTNESS) / 2)
#define MICROBIT_DISPLAY_DEFAULT_BRIGHTNESS MICROBIT_DISPLAY_MAXIMUM_BRIGHTNESS
#endif
// Selects the default scroll speed for the display.