mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
- Specify launcher via menuconfig - Specify auto-start app via menuconfig - Implement more rigid boot.properties fallbacks - Devices with tiny screen now auto-start ApWebServer - ApWebServer UI fixes
25 lines
288 B
INI
25 lines
288 B
INI
[general]
|
|
vendor=LilyGO
|
|
name=T-Display S3
|
|
|
|
[apps]
|
|
launcherAppId=Launcher
|
|
autoStartAppId=ApWebServer
|
|
|
|
[hardware]
|
|
target=ESP32S3
|
|
flashSize=16MB
|
|
spiRam=true
|
|
spiRamMode=OCT
|
|
spiRamSpeed=120M
|
|
tinyUsb=true
|
|
esptoolFlashFreq=120M
|
|
|
|
[display]
|
|
size=1.9"
|
|
shape=rectangle
|
|
dpi=191
|
|
|
|
[lvgl]
|
|
colorDepth=16
|