Implement CL-32 Support (#610)

This commit is contained in:
NellowTCS
2026-08-07 11:30:22 -06:00
committed by GitHub
parent d2c69ee7e8
commit c6373b79e9
28 changed files with 1172 additions and 12 deletions
+26
View File
@@ -0,0 +1,26 @@
general.vendor=CL-32
general.name=CL-32
apps.launcherAppId=Launcher
hardware.target=ESP32S3
hardware.flashSize=8MB
hardware.spiRam=true
hardware.spiRamMode=QUAD
hardware.spiRamSpeed=80M
hardware.esptoolFlashFreq=80M
hardware.bluetooth=true
storage.userDataLocation=SD
display.size=2.9"
display.shape=rectangle
display.dpi=139
lvgl.colorDepth=8
lvgl.theme=Mono
# Fix error "PSRAM space not enough for the Flash instructions" on boot:
sdkconfig.CONFIG_SPIRAM_FETCH_INSTRUCTIONS=n
sdkconfig.CONFIG_SPIRAM_RODATA=n
sdkconfig.CONFIG_SPIRAM_XIP_FROM_PSRAM=n