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
parent
f5cf8f2dd4
commit
f0cbfb4c50
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue