mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +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
@ -226,6 +226,7 @@ add_example (mcp9808)
|
||||
add_example (groveultrasonic)
|
||||
add_example (sx1276-lora)
|
||||
add_example (sx1276-fsk)
|
||||
add_example (ili9341)
|
||||
if (OPENZWAVE_FOUND)
|
||||
include_directories(${OPENZWAVE_INCLUDE_DIRS})
|
||||
add_example (ozw)
|
||||
|
Reference in New Issue
Block a user