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
5
src/ili9341/CMakeLists.txt
Normal file
5
src/ili9341/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "ili9341")
|
||||
set (libdescription "libupm ILI9341 SPI LCD")
|
||||
set (module_src gfx.cxx ili9341.cxx)
|
||||
set (module_h gfx.h ili9341.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user