diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-27 13:42:38 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-27 13:42:38 -0700 |
commit | e7443bf350afe273e87a884915ea1e7662630cd3 (patch) | |
tree | dfc300314576c3b83b7e14e216b5f5665c2f9ea5 /src | |
parent | 708d49e498bbdc59bb5af9bf4ca5fcea5689547a (diff) |
altos: Specify the LCD duty cycle for stm-demo
This is the demo for the large 7-segment displays and needs static drive
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm-demo/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm-demo/ao_pins.h b/src/stm-demo/ao_pins.h index 77e42a28..c9c7446e 100644 --- a/src/stm-demo/ao_pins.h +++ b/src/stm-demo/ao_pins.h @@ -135,6 +135,8 @@ #define AO_LCD_28_ON_C 1 +#define AO_LCD_DUTY STM_LCD_CR_DUTY_STATIC + #define HAS_ADC 1 #define AO_ADC_RING 32 |