esp-open-rtos/examples/lvgl_ssd1306/Makefile
Zaltora d0373af5c0 LVGL: Open-source Embedded GUI Library (#669)
* Add lvgl as main component

* update dev5.2 lvgl branch

* update lvgl 5.2 +update example + update configuration

* Update submodule and example

* update lv_drivers (fix) and example

* fix problem when merge
2019-02-26 21:58:15 +01:00

4 lines
83 B
Makefile

PROGRAM = LVGL_SSD1306
EXTRA_COMPONENTS = lvgl extras/i2c
include ../../common.mk