mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-04 21:05:37 +00:00
improved contrast on custom LCD
This commit is contained in:
@ -197,7 +197,7 @@ void watch_enable_display(void) {
|
||||
slcd_clear();
|
||||
|
||||
if (_installed_display == WATCH_LCD_TYPE_CUSTOM) {
|
||||
slcd_set_contrast(6);
|
||||
slcd_set_contrast(4);
|
||||
} else {
|
||||
slcd_set_contrast(9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user