mirror of
https://github.com/eclipse/upm.git
synced 2025-07-26 21:51:16 +03:00

All other upm library directories match their corresponding library name, the i2clcd was an outlier which caused problems for CMake and testing. * Replaced usage of i2clcd with lcd * Renamed source files and examples * Updated examples to use correct class * Updated documentation where necessary (left changelog sections) Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
238 B
CMake
6 lines
238 B
CMake
set (libname "lcd")
|
|
set (libdescription "OLED Display Library")
|
|
set (module_src lcd.cxx ssd1308.cxx eboled.cxx ssd1327.cxx ssd1306.cxx)
|
|
set (module_hpp lcd.hpp ssd1308.hpp eboled.hpp ssd1327.hpp ssd.hpp ssd1306.hpp)
|
|
upm_module_init(mraa)
|