mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
- Added new board - Extracted ST7789 driver and backlight PWM driver into separate subprojects - Refactored T-Deck to use the shared driver modules - Fix bug in WiFi service: searching for APs was broken
6 lines
108 B
CMake
6 lines
108 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source"
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES TactilityCore driver
|
|
)
|