mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 08:57:30 +03:00

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>
6 lines
156 B
CMake
6 lines
156 B
CMake
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()
|