]> git.earman.xyz Git - sensor-watch.git/commitdiff
improved contrast on custom LCD
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 12 May 2025 00:16:40 +0000 (20:16 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 12 May 2025 00:16:40 +0000 (20:16 -0400)
watch-library/hardware/watch/watch_slcd.c

index 3243830e3493b5a5435e710dc07fca6862d0462b..731f4c5372fe9bf0bce8632321af814fdcc788bb 100644 (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);
     }