Difference between revisions of "SSD1306"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
= Software = | = Software = | ||
* https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 | * https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 | ||
− | <source lang='bash'> | + | <source lang='bash' highligt='1,3,12'> |
+ | sudo raspi-config | ||
+ | # enable i2c in Interfacing options | ||
+ | sudo i2cdetect -y 1 | ||
+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | ||
+ | 00: -- -- -- -- -- -- -- -- -- -- -- -- -- | ||
+ | 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | ||
+ | 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | ||
+ | 30: -- -- -- -- -- -- -- -- -- -- -- -- 3c -- -- -- | ||
+ | 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | ||
+ | 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | ||
+ | 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | ||
+ | 70: -- -- -- -- -- -- -- -- | ||
pip3 install adafruit-circuitpython-ssd1306 | pip3 install adafruit-circuitpython-ssd1306 | ||
</source> | </source> |