f9453d8956
Migrated devices to kernel drivers: - guition-jc3248w535c - m5stack-core2 - m5stack-cores3 - m5stack-papers3 New drivers: - axp192-module - axp2101-module Fixes: - Fix SD card LDO for P4 devices - Updated PowerOff app to work with kernel displays - Fix for `lvgl_try_lock()` timing - Fix for touch events with slow updating displays Improvements: - `GuiService` now keeps trying to lock to prevent silent failures caused by drivers. - `GuiService` now uses lvgl-module calls for locking/unlocking - display driver now has capability `DISPLAY_CAPABILITY_SLOW_REFRESH`
29 lines
566 B
Properties
29 lines
566 B
Properties
general.vendor=M5Stack
|
|
general.name=PaperS3
|
|
general.incubating=true
|
|
|
|
apps.launcherAppId=Launcher
|
|
|
|
hardware.target=esp32s3
|
|
hardware.flashSize=16MB
|
|
hardware.spiRam=true
|
|
hardware.spiRamMode=OPI
|
|
hardware.spiRamSpeed=80M
|
|
hardware.esptoolFlashFreq=80M
|
|
hardware.tinyUsb=true
|
|
hardware.bluetooth=true
|
|
|
|
storage.userDataLocation=SD
|
|
|
|
dependencies.useDeprecatedHal=false
|
|
|
|
display.size=4.7"
|
|
display.shape=rectangle
|
|
display.dpi=235
|
|
|
|
lvgl.colorDepth=8
|
|
lvgl.fontSize=24
|
|
lvgl.theme=Mono
|
|
|
|
sdkconfig.CONFIG_EPD_DISPLAY_TYPE_ED047TC2=y
|
|
sdkconfig.CONFIG_LV_THEME_DEFAULT_TRANSITION_TIME=0 |