lcd: added grove-lcd rgb and deleted the old lcm1602 folder

Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Yevgeniy Kiveisha
2014-05-30 05:50:31 -07:00
parent e785b0f03b
commit c60b342e0f
16 changed files with 459 additions and 156 deletions

4
src/lcd/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
set (libname "i2clcd")
add_library (i2clcd SHARED iiclcd.cxx lcm1602.cxx jhd1313m1.cxx)
include_directories (${MAA_INCLUDE_DIR})
target_link_libraries (i2clcd ${MAA_LIBRARIES})