mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
+ expose lvglSwapBytes setting for the St7789Display driver. + updated all relevant boards accordingly.
8 lines
200 B
CMake
8 lines
200 B
CMake
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility ButtonControl esp_lvgl_port ST7789 PwmBacklight driver
|
|
)
|