mirror of
https://github.com/eclipse/upm.git
synced 2025-12-16 22:05:18 +03:00
st7735: added new spi lcd module (missing bitmap and text)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
5
src/st7735/CMakeLists.txt
Normal file
5
src/st7735/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user