Difference between revisions of "SSD1306"

From BITPlan Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
Black  GND    GND (Pin 6)
 
Black  GND    GND (Pin 6)
 
</pre>
 
</pre>
 +
https://github.com/adafruit/Adafruit_Python_SSD1306.git
 +
 
<source lang='bash'>
 
<source lang='bash'>
 
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
 
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
 
</source>
 
</source>
 
<pdf>https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf</pdf>
 
<pdf>https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf</pdf>

Revision as of 20:20, 3 February 2020

Color  PCA9685 	Raspberry Pi
yellow SCL     	GPIO 3 / SCL (Pin 5)
orange SDA 	GPIO 2 / SDA (Pin 3)
Red    VCC / V 	3,3V (pin 1)
Black  GND     	GND (Pin 6)

https://github.com/adafruit/Adafruit_Python_SSD1306.git

git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git

load PDF