I’m trying to get a waveshare 128x128 rgb oled (ssd1351) to work with a Wemos D1 mini.
I’m using the code provided in the docs and the v1.15 beta since this has support for this display. But the D1 keeps restarting after showing “could not allocate buffer for display” in the logs.
Does anyone have en idea what I could be doing wrong?
3 month after here i am lol, same problem of boot loop and i got a solution : the pinout on esphome documentation (https://esphome.io/components/display/ssd1351.html) is not good for me : boot loop with this pinout config :
It works with Esphome but i cant make OTA upload…just with usb flashing it works, no reboot or bootloop anymore
EDIT : the SPI is slowing down the wemos d1 mini, it doesnt work and crash each time i put some sensors or binary_sensors in esphome…will try with a ESP32 to see…
Also could NOT get the ESP8266 with a SSD1351 OLED to work with the config from the ESPhome documentation.
The pins provided by Olivier allow the display to work.