mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
- Auto-select widgets in Launcher and apps with toolbars on devices without touch. - Improved USB HID input reliability, cleanup - Updated PSRAM settings to improve boot stability on supported devices. - Prevented duplicate Wi-Fi event subscriptions during screen rebuilds. - Updated docs - Fixes in WifiManage and WifiConnect - Reduced main task stack size - Moved USB HID stack size to PSRAM when available - app_manager_find_manifest() now returns a copy instead of a pointer
26 lines
502 B
INI
26 lines
502 B
INI
general.vendor=Waveshare
|
|
general.name=ESP32 S3 GEEK
|
|
general.incubating=true
|
|
|
|
apps.launcherAppId=Launcher
|
|
apps.autoStartAppId=ApWebServer
|
|
|
|
hardware.target=ESP32S3
|
|
hardware.flashSize=16MB
|
|
hardware.spiRam=true
|
|
hardware.spiRamMode=QUAD
|
|
hardware.spiRamSpeed=120M
|
|
hardware.spiRamXipDisabled=true
|
|
hardware.tinyUsbMsc=true
|
|
hardware.esptoolFlashFreq=120M
|
|
hardware.bluetooth=true
|
|
|
|
storage.userDataLocation=SD
|
|
|
|
display.size=1.14"
|
|
display.shape=rectangle
|
|
display.dpi=143
|
|
|
|
lvgl.colorDepth=16
|
|
lvgl.uiDensity=compact
|