-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING] Update espp for LVGL v9 and refactor some components (#87)
* chore: Update to LVGL v9 * wip trying to get it working... * update espp to latest main * update espp submodule * update to latest espp * move haptics into box-emu component * wip guis * update color format * fix sms color * added log about how many were loaded * update menu task management * update gui to use HRT for task and have roller use quick animation * update to use latest apis - use new haptics apis and such * decrease default transition time and refresh period, add 80mhz flash freq * decrease lvgl memory from 60k to 40k * minor update * update styling and handle case that there is no gamepad * dont fail out of main if no haptics * update espp with latest apis for esp-box, display drivers fixes, and update box-emu accordingly * update lvgl memory after finding failure at 40k with selector in menu
- Loading branch information
Showing
46 changed files
with
1,623 additions
and
913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
idf_component_register( | ||
SRC_DIRS "src" "generated" "generated/screens" "generated/components" | ||
INCLUDE_DIRS "include" | ||
PRIV_INCLUDE_DIRS "generated" | ||
REQUIRES lvgl task display logger jpeg rom_info box-emu) | ||
SRC_DIRS "src" "generated" "generated/screens" "generated/components" "generated/images" | ||
REQUIRES lvgl timer display logger jpeg rom_info box-emu) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ screens/ui_settingsscreen.c | |
ui.c | ||
components/ui_comp_hook.c | ||
ui_helpers.c | ||
ui_events.c | ||
ui_temporary_image.c |
Oops, something went wrong.