E-ink shield with ESP32

I’m trying to make the 2.7 inch e-ink shield (2.7inch Triple-Color E-link Shield for Arduino - Seeed Wiki) work with esp32 with no luck.
I’ve removed the “avr” from the declared path in all the related files : (leaving #include <pgmspace.h>) and have connected the 6 SPI pins on the shield to my esp32, but nothing happens after i run the sample code.

any help is appreciated