Files
upm/src/lcdks/jsupm_lcdks.i
Jon Trulson 4ea01180a1 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>
2017-03-16 12:40:10 -06:00

9 lines
125 B
OpenEdge ABL

%module jsupm_lcdks
%include "../upm.i"
%include "../upm_vectortypes.i"
%include "lcdks.hpp"
%{
#include "lcdks.hpp"
%}