tweak voltage of sensor watch dev board display

This commit is contained in:
Joey Castillo 2021-11-22 17:02:48 -05:00
parent 5d95f3bf94
commit fb8f4584a5

View file

@ -35,6 +35,9 @@
// Segment LCD // 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 SLCD0 GPIO(GPIO_PORTB, 6)
#define SLCD1 GPIO(GPIO_PORTB, 7) #define SLCD1 GPIO(GPIO_PORTB, 7)
#define SLCD2 GPIO(GPIO_PORTB, 8) #define SLCD2 GPIO(GPIO_PORTB, 8)