multiple canvas instances #346
Replies: 2 comments 8 replies
-
I don't think you need to do it. What you actually want to do? |
Beta Was this translation helpful? Give feedback.
-
similar here - appears the canvas class is tied to a display - I was wanting to use multiple canvas(s) a sub displays that I could draw and push - like sprites. Canvas class doesnt seem to support it. Ray |
Beta Was this translation helpful? Give feedback.
-
Hi,
for my project I need two instances of Arduino_Canvas. however, when I added the second canvas, the board keeps rebooting and it doesn't matter the order of the canvas or the size of them.
the board that I use is ESP32-8048S070, the dimension of the canvas 24465 and 500240.
the error messages in the Serial output is
20:04:48.900 -> �ESP-ROM:esp32s3-20210327
20:04:48.900 -> Build:Mar 27 2021
20:04:48.900 -> rst:0xc (RTC_SW_CPU_RST),boot:0x2a (SPI_FAST_FLASH_BOOT)
20:04:48.900 -> Saved PC:0x420961e6
20:04:48.900 -> SPIWP:0xee
20:04:48.900 -> mode:DIO, clock div:1
20:04:48.900 -> load:0x3fce3808,len:0x44c
20:04:48.900 -> load:0x403c9700,len:0xbe4
20:04:48.900 -> load:0x403cc700,len:0x2a68
20:04:48.900 -> entry 0x403c98d4
20:04:49.118 -> E (37) lcd_panel.rgb: esp_lcd_new_rgb_panel(128): no free rgb panel slot
20:04:49.118 -> ESP_ERROR_CHECK failed: esp_err_t 0x105 (ESP_ERR_NOT_FOUND) at 0x4037d9b8
20:04:49.164 -> file: "c:\Users\16477\OneDrive\Documents\HomeAutomation\Arduino\libraries\GFX_Library_for_Arduino\src\databus\Arduino_ESP32RGBPanel.cpp" line 118
is there any setting that I missed?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions