PicoDvi Arduino library

Using PicoDvi library alone on PlatformIO to display the sample program of the library in rp2040 runs normally, but once I use #include <lvgl.h>, the begin initialization of dvi library will cause rp2040 to die, I had 71336 bits of RAM left before the print card died. May I ask who can help me solve this problem, which has been bothering me for 4 weeks, Do not know how to solve ~ Thank you very much!!

So, only 8917 bytes or RAM. that’s nearly all used up, from the 264kBytes.

We can hardly help you if you don’t post your code. According to articles like https://www.elecrow.com/wiki/CrowPanel_Pico_HMI_4.3-inch_Arduino_Tutorial.html, this should work.

Thank you for your reply! It is normal for me to use arduino ide, but platformIO cannot run. My code is the same as elecrow’s. Besides, I am a staff member of elecrow, and Pico-4.3HMI is my arduino project

And what version of Arduino-Pico was the example code compiled in in the Arduino IDE?