mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 19:47:40 +00:00
use 0 contrast for custom lcd
this greatly improves off axis viewing, for an extremely slightly reduction in actual contrast when viewed on axis.
This commit is contained in:
parent
86fd87a326
commit
d0ce60111e
@ -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