gfx: renamed GFX headers to avoid overlap on install

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2016-03-31 16:30:54 -07:00
parent cf2b8c9a6e
commit a88ec4237d
21 changed files with 30 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
set (libname "st7735")
set (libdescription "libupm SPI LCD")
set (module_src gfx.cxx st7735.cxx)
set (module_h gfx.h st7735.h)
set (module_src st7735_gfx.cxx st7735.cxx)
set (module_h st7735_gfx.h st7735.h)
upm_module_init()