lcdks: renamed from sainsmartks, added backlight support
The sainsmartks driver has been reimplemented in it's own, new C/C++ library: lcdks (LCD Keypad Shield). In addition, support for an optional backlight GPIO was added. This was tested with the SainsmartKS and DFRobot LCD Keypad Shields. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
8
src/lcdks/CMakeLists.txt
Normal file
8
src/lcdks/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
upm_mixed_module_init (NAME lcdks
|
||||
DESCRIPTION "LCD Display Driver for LCD Keypad Shield devices based on the LCM1602"
|
||||
C_HDR lcdks.h
|
||||
C_SRC lcdks.c
|
||||
CPP_HDR lcdks.hpp
|
||||
CPP_SRC lcdks.cxx
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa lcm1602)
|
||||
Reference in New Issue
Block a user