Skip to content

Commit

Permalink
add t-display-s3-touch emulation #402
Browse files Browse the repository at this point in the history
  • Loading branch information
sharandac committed Sep 11, 2023
1 parent d6ab1c4 commit 769d791
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 732 deletions.
33 changes: 33 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,39 @@ build_src_filter =
+<*>
+<../hal/sdl2>

[env:emulator_tdisplay_s3_touch]
platform = native@^1.1.3
extra_scripts = support/sdl2_build_extra.py
build_type = release
build_flags =
${env.build_flags}
; Add recursive dirs for hal headers search
;!python -c "import os; print(' '.join(['-I {}'.format(i[0].replace('\x5C','/')) for i in os.walk('hal/sdl2')]))"
-lSDL2
-llibcurl
-llibmosquitto
-D LV_CONF_SKIP
-D LV_HOR_RES_MAX=170
-D LV_VER_RES_MAX=320
-D LV_MEM_CUSTOM=1
-D LV_USE_USER_DATA=1
-D LV_LVGL_H_INCLUDE_SIMPLE
-D LV_DRV_NO_CONF
-D USE_MONITOR
-D MONITOR_ZOOM=2
-D USE_MOUSE
-D NATIVE_64BIT
-D T_DISPLAY_S3_TOUCH
lib_archive = false
lib_deps =
${env.lib_deps}
https://github.com/lvgl/lvgl.git#v7.7.2
lv_drivers@~7.11.0
ArduinoJson@>=6.15.2
build_src_filter =
+<*>
+<../hal/sdl2>

[env:emulator_twatch2020]
platform = native@^1.1.3
extra_scripts = support/sdl2_build_extra.py
Expand Down
82 changes: 0 additions & 82 deletions src/app/corona_app_detector/corona_app_detector.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions src/app/corona_app_detector/corona_app_detector.h

This file was deleted.

78 changes: 0 additions & 78 deletions src/app/corona_app_detector/corona_app_detector_main.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions src/app/corona_app_detector/corona_app_detector_main.h

This file was deleted.

Loading

0 comments on commit 769d791

Please sign in to comment.