Hello, I am new here, till now all problems I have solved by Youtube, or via ChatGPT, but now I am stuck more days without any results, I will describe my situation:
I had my esp32-wroom connected with my 7,5" e-ink display with HAT without any problem. I have used Arduino example and connection like this:
3V3 - PWR
GPIO 4 - BUSY
GPIO16 - RST
GPIO 17 - DC
GPIO 5 (SS) - CS
GPIO18 (SCK) - CLK
GPIO23 (MOSI) - DIN
GND - GND
VIN - VCC
But I have bought esp32-s3-wroom, which is not working with this display, board works well, but nothing is showing on display, even it is not connected well.
this board have this diagram:
even via Serial print I see 0 for SS,SCK,MOS, I think that I have made bad connection, but I really do not know, how it should be okay. Is here anyone who can help me please?
I am using GxEPD2 library, which worked default with:
GPIO 5 (SS) - CS
GPIO18 (SCK) - CLK
GPIO23 (MOSI) - DIN
Tried with older esp32-wroom and it was without problem.
I tried to put on the beginning of setup also remaping SPI.begin (12,-1,11,10); but still does not work,.
Yes I have triple checked and I have selected ESP32S3 Dev Module.
Now I am thinking, maybe there is another way to edit/change that GPIO, at my project which worked well with older Arduino I have used only GxEPD2 library that SPI library I just tested for GPIO setup.
But maybe there is some different method to change that GPIO for GxEPD2 library. So instead including SPI library and using SPI.begin (12,-1,11,10) there is some command which is special for that GxEPD2 library but maybe I am wrong.