Merge pull request #79 from faldor20/main
Significantly improve off axis viewing for custom LCD
This commit is contained in:
commit
f8b2fb7f09
@ -252,7 +252,7 @@ void watch_enable_display(void) {
|
|||||||
slcd_clear();
|
slcd_clear();
|
||||||
|
|
||||||
if (_installed_display == WATCH_LCD_TYPE_CUSTOM) {
|
if (_installed_display == WATCH_LCD_TYPE_CUSTOM) {
|
||||||
slcd_set_contrast(4);
|
slcd_set_contrast(0);
|
||||||
} else {
|
} else {
|
||||||
slcd_set_contrast(9);
|
slcd_set_contrast(9);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user