Skip to content

Commit

Permalink
Merge pull request #353 from valerio-vaccaro/240317-port_m5stack_han
Browse files Browse the repository at this point in the history
port to m5stack core and wt32-sc01, wt32-sc01-plus
  • Loading branch information
BitMaker-hub authored Apr 9, 2024
2 parents ab5916a + d8e18ca commit 976c21e
Show file tree
Hide file tree
Showing 37 changed files with 18,621 additions and 12 deletions.
21 changes: 21 additions & 0 deletions lib/hansolov2/CMakeLists.txt
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})
5 changes: 5 additions & 0 deletions lib/hansolov2/components/ui_comp_hook.c
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

19 changes: 19 additions & 0 deletions lib/hansolov2/filelist.txt
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
4,408 changes: 4,408 additions & 0 deletions lib/hansolov2/fonts/ui_font_calculator128.c

Large diffs are not rendered by default.

Loading

0 comments on commit 976c21e

Please sign in to comment.