implemented basic top bar

This commit is contained in:
Ken Van Hoeylandt
2024-01-02 23:47:49 +01:00
parent e0fc80ca64
commit f6c547ad45
16 changed files with 105 additions and 16 deletions
+1
View File
@@ -4,6 +4,7 @@ idf_component_register(
"src/apps/services/desktop"
"src/apps/services/loader"
"src/apps/services/gui"
"src/apps/services/gui/widgets"
INCLUDE_DIRS "src"
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver mlib cmsis_core furi nvs_flash spiffs fatfs
)