pico-micropython-examples/i2c/1306oled
Andrew Scheller bbf41514c4 Update URLs from .org to .com 2021-10-22 17:30:35 +01:00
..
README.adoc Update URLs from .org to .com 2021-10-22 17:30:35 +01:00
i2c_1306oled_using_defaults.py Initial Release 2021-01-20 10:52:33 -06:00
i2c_1306oled_with_freq.py Initial Release 2021-01-20 10:52:33 -06:00
pico-and-oled.fzz Initial Release 2021-01-20 10:52:33 -06:00
pico-and-oled.png Initial Release 2021-01-20 10:52:33 -06:00

README.adoc

= Using a SSD1306-based OLED graphics display
:xrefstyle: short

Display an image and text on I2C driven SSD1306-based OLED graphics display.

== Wiring information

See <<oled-wiring-diagram>> for wiring instructions.

[[oled-wiring-diagram]]
[pdfwidth=75%]
.Wiring the OLED to Pico using I2C
image::pico-and-oled.png[]

== List of Files

A list of files with descriptions of their function;

i2c_1306oled_using_defaults.py:: The example code.
i2c_1306oled_with_freq.py:: The example code, explicitly sets a frequency.

== Bill of Materials

.A list of materials required for the example
[[oled-bom-table]]
[cols=3]
|===
| *Item* | *Quantity* | Details
| Breadboard | 1 | generic part
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
| Monochrome 128x32 I2C OLED Display | 1 | https://www.adafruit.com/product/931
|===