diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-11-22 17:02:48 -0500 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-11-22 17:02:48 -0500 |
commit | fb8f4584a59b1f1ffc804a7aa8311e91c1629f94 (patch) | |
tree | 11ca5a18bd72f4660a2c42e432fdcfce2dc37070 /boards | |
parent | 5d95f3bf94402cd87da1ca9da04ceee4f05e1fb5 (diff) | |
download | Sensor-Watch-fb8f4584a59b1f1ffc804a7aa8311e91c1629f94.tar.gz Sensor-Watch-fb8f4584a59b1f1ffc804a7aa8311e91c1629f94.tar.bz2 Sensor-Watch-fb8f4584a59b1f1ffc804a7aa8311e91c1629f94.zip |
tweak voltage of sensor watch dev board display
Diffstat (limited to 'boards')
-rw-r--r-- | boards/OSO-FEAL-A1-00/pins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boards/OSO-FEAL-A1-00/pins.h b/boards/OSO-FEAL-A1-00/pins.h index c860911f..e8cd280a 100644 --- a/boards/OSO-FEAL-A1-00/pins.h +++ b/boards/OSO-FEAL-A1-00/pins.h @@ -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) |