mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 07:55:06 +00:00
- Updated dependencies in `Devices/`: remove unused ones, update incorrect ones - Removed `dependencies.useDeprecatedHal` from device properties (and related scripting/code)
24 lines
512 B
Properties
24 lines
512 B
Properties
general.vendor=WaveShare
|
|
general.name=S3 Touch LCD 4.3"
|
|
|
|
apps.launcherAppId=Launcher
|
|
|
|
hardware.target=ESP32S3
|
|
# Some models have 16MB flash, but some have 8MB. We only support the latter to avoid making more builds.
|
|
hardware.flashSize=8MB
|
|
hardware.spiRam=true
|
|
hardware.spiRamMode=OCT
|
|
hardware.spiRamSpeed=120M
|
|
hardware.tinyUsb=true
|
|
hardware.esptoolFlashFreq=120M
|
|
hardware.bluetooth=true
|
|
|
|
storage.userDataLocation=SD
|
|
|
|
display.size=4.3"
|
|
display.shape=rectangle
|
|
display.dpi=217
|
|
|
|
lvgl.colorDepth=16
|
|
lvgl.fontSize=18
|