mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-09 11:27:29 +00:00
New device unPhone using HX8357D LCD and XPT2046 touchscreen
This commit is contained in:
committed by
Thomas Göttgens
parent
f0b6ff9b2d
commit
be889015f7
16
variants/unphone/platformio.ini
Normal file
16
variants/unphone/platformio.ini
Normal 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
|
||||
Reference in New Issue
Block a user