Difference between revisions of "SSD1306"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | = Wiring = | ||
+ | * https://learn.adafruit.com/monochrome-oled-breakouts/python-wiring | ||
<pre> | <pre> | ||
− | Color | + | Color SSD1306 Raspberry Pi |
yellow SCL GPIO 3 / SCL (Pin 5) | yellow SCL GPIO 3 / SCL (Pin 5) | ||
orange SDA GPIO 2 / SDA (Pin 3) | orange SDA GPIO 2 / SDA (Pin 3) | ||
Line 6: | Line 8: | ||
Black GND GND (Pin 6) | Black GND GND (Pin 6) | ||
</pre> | </pre> | ||
− | * https:// | + | = Software = |
+ | * https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 | ||
<source lang='bash'> | <source lang='bash'> | ||
pip3 install adafruit-circuitpython-ssd1306 | pip3 install adafruit-circuitpython-ssd1306 | ||
</source> | </source> | ||
+ | = Datasheet = | ||
<pdf>https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf</pdf> | <pdf>https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf</pdf> | ||
+ | <headertabs/> |