mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-20 02:15:06 +00:00
34 lines
506 B
INI
34 lines
506 B
INI
[general]
|
|
vendor=CYD
|
|
name=4848S040C
|
|
incubating=false
|
|
|
|
[hardware]
|
|
target=ESP32S3
|
|
flashSize=16MB
|
|
spiRam=true
|
|
spiRamMode=OCT
|
|
spiRamSpeed=80M
|
|
tinyUsb=false
|
|
fixRgbDisplayGlitch=true
|
|
|
|
[display]
|
|
size=4"
|
|
shape=rectangle
|
|
dpi=170
|
|
|
|
[cdn]
|
|
infoMessage=
|
|
warningMessage=
|
|
|
|
[lvgl]
|
|
theme=DefaultDark
|
|
colorDepth=16
|
|
|
|
# Fixes glitches in the display driver when rendering new screens/apps
|
|
[sdkconfig]
|
|
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
|
|
CONFIG_SPIRAM_RODATA=y
|
|
CONFIG_SPIRAM_XIP_FROM_PSRAM=y
|
|
CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y
|