29e80cfd65
- Created kernel driver for T-Deck Max & Pro display (needs work, doesn't refresh reliably on T-Deck Pro) - Created T-Deck Pro device implementation (incubating)
35 lines
961 B
Properties
35 lines
961 B
Properties
general.vendor=LilyGO
|
|
general.name=T-Deck Max
|
|
# SD card support is not yet working, display driver is untested since refactoring; remove once it is functional.
|
|
general.incubating=true
|
|
|
|
apps.launcherAppId=Launcher
|
|
|
|
hardware.target=ESP32S3
|
|
hardware.flashSize=16MB
|
|
hardware.flashMode=DIO
|
|
hardware.spiRam=true
|
|
hardware.spiRamMode=AUTO
|
|
hardware.spiRamSpeed=80M
|
|
hardware.tinyUsb=true
|
|
hardware.esptoolFlashFreq=80M
|
|
hardware.bluetooth=true
|
|
|
|
# Internal until the SD card is verified working on this board; switch to SD then.
|
|
storage.userDataLocation=Internal
|
|
|
|
dependencies.useDeprecatedHal=false
|
|
|
|
display.size=3.1"
|
|
display.shape=rectangle
|
|
display.dpi=128
|
|
|
|
lvgl.colorDepth=8
|
|
# Monochrome theme: the default colour theme renders accent-coloured UI that
|
|
# thresholds to invisible on a 1bpp panel (enables CONFIG_LV_USE_THEME_MONO).
|
|
lvgl.theme=Mono
|
|
|
|
cdn.warningMessage=Display not reliably working. Use at your own risk.
|
|
|
|
sdkconfig.CONFIG_LV_THEME_DEFAULT_TRANSITION_TIME=0
|