API Reference

qwiic_oled_display Module

qwiic_oled_display

Python module for the [Qwiic OLED Display](https://www.sparkfun.com/products/17153)

This python package is a port of the existing [SparkFun Micro OLED Arduino Library](https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library)

This package can be used in conjunction with the overall [SparkFun qwiic Python Package](https://github.com/sparkfun/Qwiic_Py)

New to qwiic? Take a look at the entire [SparkFun qwiic ecosystem](https://www.sparkfun.com/qwiic).

Classes

QwiicOledBase([address, pixel_width, ...])

param address

The I2C address to use for the device.

QwiicOledDisplay([address, i2c_driver])

param address

The I2C address to use for the device.

Class Inheritance Diagram

digraph inheritancea9903f1841 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "QwiicOledBase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="QwiicOledBase"]; "QwiicOledDisplay" [URL="api/qwiic_oled_display.QwiicOledDisplay.html#qwiic_oled_display.QwiicOledDisplay",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="QwiicOledDisplay"]; "QwiicOledBase" -> "QwiicOledDisplay" [arrowsize=0.5,style="setlinewidth(0.5)"]; }