ESP8266 with micropython and OLED SSD1306
Displaying PBM Image file on an oled display with micropython
Deploy micropython to the esp8266
https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html
Put all the files onto the esp8266 with the handy tool ampy.
https://github.com/adafruit/ampy
Display the image
ampy --port /serial/port run main.py
image from: https://github.com/adafruit/Adafruit_Python_SSD1306/tree/master/examples