6 lines
145 B
CMake
6 lines
145 B
CMake
|
|
set (libname "st7735")
|
||
|
|
set (libdescription "libupm SPI LCD")
|
||
|
|
set (module_src gfx.cxx st7735.cxx)
|
||
|
|
set (module_h gfx.h st7735.h)
|
||
|
|
upm_module_init()
|