Update device.properties to fix Waveshare GEEK PSRAM issue (#504)
This commit is contained in:
@@ -23,3 +23,9 @@ dpi=143
|
|||||||
|
|
||||||
[lvgl]
|
[lvgl]
|
||||||
colorDepth=16
|
colorDepth=16
|
||||||
|
|
||||||
|
[sdkconfig]
|
||||||
|
# Fix error "PSRAM space not enough for the Flash instructions" on boot:
|
||||||
|
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=n
|
||||||
|
CONFIG_SPIRAM_RODATA=n
|
||||||
|
CONFIG_SPIRAM_XIP_FROM_PSRAM=n
|
||||||
|
|||||||
Reference in New Issue
Block a user