mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
- Implement CrowPanel Advance 3.5" - New driver subproject: ILI9488 - New driver subproject: GT911 - Refactor T-Deck to use new driver subproject - Fix for `flash.ps1`: don't set flash speed
6 lines
142 B
CMake
6 lines
142 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source"
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility esp_lvgl_port esp_lcd esp_lcd_ili9488 driver
|
|
)
|