Skip to content

Commit

Permalink
sdkconfig: enable LCD_RGB_ISR_IRAM_SAFE
Browse files Browse the repository at this point in the history
We were still able to lock up the display, with both our custom font and
montserat. Enable LCD_RGB_ISR_IRAM_SAFE to test if this helps.
  • Loading branch information
stintel committed Aug 17, 2023
1 parent 14b6d7a commit c8561a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdkconfig.willow
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ CONFIG_ESP_IPC_ISR_ENABLE=y
# LCD Peripheral Configuration
#
CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32
# CONFIG_LCD_RGB_ISR_IRAM_SAFE is not set
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
# end of LCD Peripheral Configuration
# end of LCD and Touch Panel

Expand Down

0 comments on commit c8561a1

Please sign in to comment.