You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get the helloworld, clock, wifi analyzer, and ASCII table to compile, load, run on the board and display but when I try to use the Sprite or imageViewer, after successful upload with LittleFS I receive this error:
`E (247) lcd_panel.rgb: esp_lcd_new_rgb_panel(151): no mem for frame buffer
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4037ab90
file: "/Users/julianbaumgartner/Arduino/libraries/GFX_Library_for_Arduino/src/databus/Arduino_ESP32RGBPanel.cpp" line 118
func: uint16_t* Arduino_ESP32RGBPanel::getFrameBuffer(int16_t, int16_t)
expression: esp_lcd_new_rgb_panel(_panel_config, &_panel_handle)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Arduino IDE 2.3.3
ESP board manager 2.0.17
Arduino_GFX
LittleFS
Waveshare ESP32-S3-LCD: ESP32-S3-WROOM-1-N8R8
2.8" ST7701 round display
I can get the helloworld, clock, wifi analyzer, and ASCII table to compile, load, run on the board and display but when I try to use the Sprite or imageViewer, after successful upload with LittleFS I receive this error:
`E (247) lcd_panel.rgb: esp_lcd_new_rgb_panel(151): no mem for frame buffer
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4037ab90
file: "/Users/julianbaumgartner/Arduino/libraries/GFX_Library_for_Arduino/src/databus/Arduino_ESP32RGBPanel.cpp" line 118
func: uint16_t* Arduino_ESP32RGBPanel::getFrameBuffer(int16_t, int16_t)
expression: esp_lcd_new_rgb_panel(_panel_config, &_panel_handle)
abort() was called at PC 0x4037ab93 on core 1
Backtrace: 0x4037777e:0x3fceba90 0x4037ab9d:0x3fcebab0 0x403807f5:0x3fcebad0 0x4037ab93:0x3fcebb50 0x42003e33:0x3fcebb70 0x420044a0:0x3fcebba0 0x42002002:0x3fcebbc0 0x420099cb:0x3fcebc50
`
Tried every partition with SPIFFS with no change in the error.
I haven't the slightest clue why this is happening.
Beta Was this translation helpful? Give feedback.
All reactions