From ebf6e54d59dc06d974d3928691246e3213534d7e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 4 Jun 2011 17:59:48 -0700 Subject: 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 --- src/Makefile.proto | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'src/Makefile.proto') diff --git a/src/Makefile.proto b/src/Makefile.proto index c86de823..a49a9206 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -237,6 +237,34 @@ TNANO_BASE_SRC = \ $(TNANO_TASK_SRC) \ $(TNANO_MAIN_SRC) + +# +# Sources for TeleTest +# + +# +# Drivers only on TeleTest +# +TTEST_DRIVER_SRC = \ + ao_adc_usb.c \ + ao_gps_report.c \ + ao_ignite.c \ + $(BEEP_DRIVER_SRC) \ + $(USB_DRIVER_SRC) + +TTEST_MAIN_SRC = \ + ao_telemetrum.c + +TTEST_BASE_SRC = \ + $(ALTOS_SRC) \ + $(ALTOS_DRIVER_SRC) \ + $(TELE_DRIVER_SRC) \ + $(SERIAL_DRIVER_SRC) \ + $(TELE_COMMON_SRC) \ + $(TTEST_DRIVER_SRC) \ + $(TM_TASK_SRC) \ + $(TM_MAIN_SRC) + # # Sources for TeleBluetooth # -- cgit v1.2.3