jhd1313m1: Initial C implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-10-07 15:39:39 -06:00
parent 7fe6f856a1
commit 64b142ecf3
9 changed files with 829 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
upm_mixed_module_init (NAME jhd1313m1
DESCRIPTION "upm JHD1313M1 RGB LCD display driver"
C_HDR jhd1313m1.h
C_SRC jhd1313m1.c
# CPP_HDR jhd1313m1.hpp
# CPP_SRC jhd1313m1.cxx
# FTI_SRC jhd1313m1_fti.c
# CPP_WRAPS_C
REQUIRES mraa)
# We need hd44780_bits.h from lcm1602
include_directories("../lcm1602")