specific sprites will not display even with psram enabled. #2865
Replies: 2 comments 3 replies
-
The symptoms suggest PSRAM is not being used and the process runs out of RAM. I suspect only the smaller sprites therefore get created. Check the board you have is fitted with PSRAM. The PSRAM must also be enabled using the menu option in the IDE. |
Beta Was this translation helpful? Give feedback.
-
well you are apparently correct that my chip has no PSRAM, guess ill order some WROVER boards. even when i size them down to 8 bit sprites they dont display, also 2 of the sprites that are displaying are the same size as the ones not displaying. what pointer var type can i use to get them to be 1bit color since they only need to be 1 color each? i tried setting the ptr var type to bool and it still wont display them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i am trying to display vital signs next to an ekg and pleth graph, no matter what i do it seems they wont display while the other sprites do display. im using an ili9488 320x480 display with a esp32 wroom node mcu dev board on platform IO with v 2.5.31 of the library . I have psram enabled for all the sprites.
heres the relevant code
Beta Was this translation helpful? Give feedback.
All reactions