Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.37 KB

Solomon Systech Ssd1306

Summary

The SSD1306 is a single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system. It consists of 128 segments and 64 commons. This IC is designed for Common Cathode type OLED panel.

Device Family

SSD1306: https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf

Related Devices

Binding Notes

This binding currently only supports commands and raw data. Eventually, the plan is to create a graphics library that can send text and images to the device.

Connection Type

The following connection types are supported by this binding.

  • I2C
  • SPI

References

Adafruit Python SSD1306
https://github.com/adafruit/Adafruit_Python_SSD1306/blob/master/examples/stats.py
https://github.com/stefangordon/IoTCore-SSD1306-Driver