I hope this is the right place for this questions.
I bought myself an Waveshare 10in3 e-paper Display with It8956-Hat. According to the GxEDP2-documentary, this Display is supported.
But when I choose "GxEPD2_it103_1872x1404", my Esp32 can't handle IT because the DRAM is too small. But isn't the ESP32 the microcontroller with the biggest Ram (about 500kByte)? If I can't use the Esp, which microcontroller can I use?
According to the GitHub, the Library supports the 10in3 display with it9856. But when I tried it, the RAM of my ESP32 is to small. But according to the readme in github, the developer of GxEDP2 test all Display on his own before he supports them.
So what did I do wrong? Are there minicontrollers for Arduino with bigger RAM?
Yeah, two things. Firstly that it's supported by an Arduino-Library and what the creator wrote under another question in this forum. There, he statet that it would be possible to connect this display with ESP32 through It9856 (Waveshare e-paper displays with SPI - #2462 by ZinggJM).
But if it doesn't, I just return it and get a smaller one.
Greetings