mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
tweak voltage of sensor watch dev board display
This commit is contained in:
parent
5d95f3bf94
commit
fb8f4584a5
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue