New device unPhone using HX8357D LCD and XPT2046 touchscreen

This commit is contained in:
Gareth Coleman
2024-04-03 20:17:13 +01:00
committed by Thomas Göttgens
parent f0b6ff9b2d
commit be889015f7
8 changed files with 218 additions and 16 deletions

View File

@@ -0,0 +1,16 @@
[env:unphone]
;build_type = debug ; to make it possible to step through our jtag debugger
extends = esp32s3_base
board_level = extra
board = unphone9
upload_speed = 921600
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_flags = ${esp32_base.build_flags}
-D UNPHONE
-D BOARD_HAS_PSRAM
-I variants/unphone
lib_deps = ${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.1.8