-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #353 from valerio-vaccaro/240317-port_m5stack_han
port to m5stack core and wt32-sc01, wt32-sc01-plus
- Loading branch information
Showing
37 changed files
with
18,621 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
SET(SOURCES screens/ui_SplashScreen.c | ||
screens/ui_HomeScreen.c | ||
screens/ui_StatsScreen.c | ||
screens/ui_ClockScreen.c | ||
ui.c | ||
components/ui_comp_hook.c | ||
ui_helpers.c | ||
ui_events.c | ||
images/ui_img_sky_png.c | ||
images/ui_img_1552732429.c | ||
images/ui_img_metal2_png.c | ||
fonts/ui_font_calculator128.c | ||
fonts/ui_font_calculator16.c | ||
fonts/ui_font_calculator24.c | ||
fonts/ui_font_calculator32.c | ||
fonts/ui_font_calculator48.c | ||
fonts/ui_font_star24.c | ||
fonts/ui_font_star32.c | ||
fonts/ui_font_start16.c) | ||
|
||
add_library(ui ${SOURCES}) |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This file was generated by SquareLine Studio | ||
// SquareLine Studio version: SquareLine Studio 1.4.0 | ||
// LVGL version: 8.3.6 | ||
// Project name: nostresp | ||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
screens/ui_SplashScreen.c | ||
screens/ui_HomeScreen.c | ||
screens/ui_StatsScreen.c | ||
screens/ui_ClockScreen.c | ||
ui.c | ||
components/ui_comp_hook.c | ||
ui_helpers.c | ||
ui_events.c | ||
images/ui_img_sky_png.c | ||
images/ui_img_1552732429.c | ||
images/ui_img_metal2_png.c | ||
fonts/ui_font_calculator128.c | ||
fonts/ui_font_calculator16.c | ||
fonts/ui_font_calculator24.c | ||
fonts/ui_font_calculator32.c | ||
fonts/ui_font_calculator48.c | ||
fonts/ui_font_star24.c | ||
fonts/ui_font_star32.c | ||
fonts/ui_font_start16.c |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.