classic LCD was looking a bit dim
This commit is contained in:
parent
dc40cc9cd1
commit
1e359c0f7c
@ -77,7 +77,11 @@ void watch_enable_display(void) {
|
||||
_slcd_fc_min_ms_bypass = 32 * (1000 / _slcd_framerate);
|
||||
|
||||
slcd_clear();
|
||||
#ifdef USE_CUSTOM_LCD
|
||||
slcd_set_contrast(6);
|
||||
#else
|
||||
slcd_set_contrast(9);
|
||||
#endif
|
||||
slcd_enable();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user