Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
171 B
CMake
6 lines
171 B
CMake
set (libname "ili9341")
|
|
set (libdescription "ILI9341 SPI LCD")
|
|
set (module_src ili9341_gfx.cxx ili9341.cxx)
|
|
set (module_hpp ili9341_gfx.hpp ili9341.hpp)
|
|
upm_module_init()
|