mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-05 15:35:36 +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:
@ -252,7 +252,7 @@ void watch_enable_display(void) {
|
||||
slcd_clear();
|
||||
|
||||
if (_installed_display == WATCH_LCD_TYPE_CUSTOM) {
|
||||
slcd_set_contrast(4);
|
||||
slcd_set_contrast(0);
|
||||
} else {
|
||||
slcd_set_contrast(9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user