mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 11:51:10 +03:00
ili9341: Initial implementation
This driver provides support for the ILI9341 LCD driver via SPI (e.g. Adafruit 2.8" TFT LCD). It was implemented and tested on the Edison. Signed-off-by: Shawn Hymel Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
4a1b4f1dd4
commit
d7f4b76ed0
12
src/ili9341/jsupm_ili9341.i
Normal file
12
src/ili9341/jsupm_ili9341.i
Normal file
@ -0,0 +1,12 @@
|
||||
%module jsupm_ili9341
|
||||
%include "../upm.i"
|
||||
|
||||
%include "gfx.h"
|
||||
%{
|
||||
#include "gfx.h"
|
||||
%}
|
||||
|
||||
%include "ili9341.h"
|
||||
%{
|
||||
#include "ili9341.h"
|
||||
%}
|
Reference in New Issue
Block a user