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
23 lines
254 B
INI
23 lines
254 B
INI
[general]
|
|
vendor=M5Stack
|
|
name=CoreS3
|
|
|
|
[apps]
|
|
launcherAppId=Launcher
|
|
|
|
[hardware]
|
|
target=ESP32S3
|
|
flashSize=16MB
|
|
spiRam=true
|
|
spiRamMode=QUAD
|
|
spiRamSpeed=120M
|
|
tinyUsb=true
|
|
esptoolFlashFreq=120M
|
|
|
|
[display]
|
|
size=2"
|
|
shape=rectangle
|
|
dpi=200
|
|
|
|
[lvgl]
|
|
colorDepth=16 |