diff options
author | Keith Packard <keithp@keithp.com> | 2011-06-04 17:59:48 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-06-04 17:59:48 -0700 |
commit | ebf6e54d59dc06d974d3928691246e3213534d7e (patch) | |
tree | 322080e3d29b3ecaf177af4c9097b39c3b531eef /src-avr/ao_demo.c | |
parent | e0ebdb4468db84a8e7f83043103e4b3bac928b74 (diff) |
src-avr: Add LCD driver for NHD-C0216CU-FN-GWB-3V display
Initializes the Newhaven display and has a few simple commands to show
some text.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_demo.c')
-rw-r--r-- | src-avr/ao_demo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-avr/ao_demo.c b/src-avr/ao_demo.c index d905cec6..077dbf78 100644 --- a/src-avr/ao_demo.c +++ b/src-avr/ao_demo.c @@ -43,6 +43,7 @@ main(void) ao_timer_init(); ao_cmd_init(); ao_usb_init(); + ao_lcd_init(); // ao_add_task(&demo_task, ao_demo, "demo"); /* Turn on the LED until the system is stable */ |