I want to use the Adafruit SSD1351 library with an ESP8266.
I have tried the example 'test' that comes with the library on a Nano Every and it works fine.
I have tried it on a D1 Mini but, although it compiles and uploads without error, I get nothing on the display. I have checked all the pins on the D1 mini with an oscilloscope and there is no activity on any pin that looks remotely like the activity I get with SPI on the Nano Every. Mostly there is no activity at all.
I also tried Alexey Dynda's SSD1351 demo on the D1 Mini, that works fine.
My questions are:
Should the Adafruit library work on an ESP8266 or am I wasting my time trying?
If it should work then advice from anyone who has made it work would be appreciated, in particular is there anything special I need to do? Additional libraries? Changes to the standard code?
If it is not supposed to work then recommendations for a library that does; while Alexey Dynda's library works it seems a bit limited in it's capability.
Thanks.