Skip to content

OLED SSD1306 Examples

Using the SSD1306 with I2C Interfaces

Hello World

After this program runs you should see the text on your OLED display.

Counter Example

In this example we will updated the display 50 times with a 1/10th of a second pause between each refresh. A counter will cycle from 1 to 50.

Animated Box

This draws a title and four lines around a drawing area. It then draws boxes that move to the right.

References

  1. MicroPython Tutorial on the SSD1306

  2. M Fitzp OLED Display i2c Article

  3. Adafruit Stats

  4. DIY More OLED Product Description

  5. Using I2C Defaults