improved contrast on custom LCD

This commit is contained in:
Joey Castillo 2025-05-11 20:16:40 -04:00
parent d3be64dd97
commit 5059582e96

View File

@ -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);
}