mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +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
26 lines
310 B
INI
26 lines
310 B
INI
[general]
|
|
vendor=Waveshare
|
|
name=ESP32 S3 GEEK
|
|
incubating=true
|
|
|
|
[apps]
|
|
launcherAppId=Launcher
|
|
autoStartAppId=ApWebServer
|
|
|
|
[hardware]
|
|
target=ESP32S3
|
|
flashSize=16MB
|
|
spiRam=true
|
|
spiRamMode=QUAD
|
|
spiRamSpeed=120M
|
|
tinyUsb=true
|
|
esptoolFlashFreq=120M
|
|
|
|
[display]
|
|
size=1.14"
|
|
shape=rectangle
|
|
dpi=143
|
|
|
|
[lvgl]
|
|
colorDepth=16
|