]> git.earman.xyz Git - sensor-watch.git/commitdiff
tweak voltage of sensor watch dev board display
authorJoey Castillo <jose.castillo@gmail.com>
Mon, 22 Nov 2021 22:02:48 +0000 (17:02 -0500)
committerJoey Castillo <jose.castillo@gmail.com>
Mon, 22 Nov 2021 22:02:48 +0000 (17:02 -0500)
boards/OSO-FEAL-A1-00/pins.h

index c860911f892d86fff7ec1f8a1c7afd42815d2707..e8cd280ad47ee3b99e7a39f9e041d7356ba4cd3e 100644 (file)
@@ -35,6 +35,9 @@
 
 
 // Segment LCD
+// The LCD in this board can run comfortably at a lower voltage.
+#define CONF_SLCD_CONTRAST_ADJUST 7
+
 #define SLCD0 GPIO(GPIO_PORTB, 6)
 #define SLCD1 GPIO(GPIO_PORTB, 7)
 #define SLCD2 GPIO(GPIO_PORTB, 8)