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
Using ESP32-S3 with RGB565 LCD to display image. Currently, image is converted to raw buffer format in node.js server and then sent to ESP32-S3 over http. But when ESP32-S3 tries to display image using LVGL, the program core dumps and reboots. Can't figure our why that's happening. Relevant code shown below.
When you searched for similar issues, what did you find that might be related?
Haven't found any discussion on this topic yet
Please provide a minimal, standalone code sample, without other dependencies, that demonstrates this question
Question about an existing feature
What are you trying to achieve?
Using ESP32-S3 with RGB565 LCD to display image. Currently, image is converted to raw buffer format in node.js server and then sent to ESP32-S3 over http. But when ESP32-S3 tries to display image using LVGL, the program core dumps and reboots. Can't figure our why that's happening. Relevant code shown below.
When you searched for similar issues, what did you find that might be related?
Haven't found any discussion on this topic yet
Please provide a minimal, standalone code sample, without other dependencies, that demonstrates this question
Node.js code to modify image to .bin file:
ESP code to retrieve converted image into buffer for display by LVGL:
Please provide sample image(s) that help explain this question
Can't upload .bin file
The text was updated successfully, but these errors were encountered: