Here is some code for displaying on oled (organic LED) displays. I bought monochrome 64x128 boards. They are expensive from Adafruit and cheap from China.
Sources:
Code for displaying on oled.
- oled_display.py. Install ssd1306 library using Thonny.
- Rob’s slow code for Conway’s game of life
- Quentin’s fast code for Conway’s game of life. Requires ulab install (micropython version of numpy).