adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.11k stars 1.22k forks source link

DisplayIO: SH1106 & SSH1106 OLED display drivers #2140

Closed NightSkySK closed 3 years ago

NightSkySK commented 5 years ago

Could you please consider to add support for OLED displays I2C with SSH1106 and SH1106

tannewt commented 5 years ago

Related forum thread: https://forums.adafruit.com/viewtopic.php?f=60&t=141184

LintangWisesa commented 4 years ago

Alternatively (while waiting for updates) you can use Luma.OLED display library for most OLED displays. It can be used for Interfacing OLED matrix displays with the SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351, SSD1362 or SH1106 driver in Python 2 or 3 using I2C/SPI on the Raspberry Pi and other linux-based single-board computers. More info: Luma.OLED docs.

tannewt commented 4 years ago

@LintangWisesa This issue is for CircuitPython which runs on microcontrollers rather than single board computers. Please keep the discussion specific to CircuitPython.

ladyada commented 3 years ago

https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SH1106