jhd1313m1: Add C++ wrapper

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-10-11 13:12:01 -06:00
parent 643d262fef
commit 758234f887
8 changed files with 433 additions and 87 deletions

View File

@@ -2,10 +2,10 @@ 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
CPP_HDR jhd1313m1.hpp
CPP_SRC jhd1313m1.cxx
# FTI_SRC jhd1313m1_fti.c
# CPP_WRAPS_C
CPP_WRAPS_C
REQUIRES mraa)
# We need hd44780_bits.h from lcm1602
include_directories("../lcm1602")