API Reference

qwiic_large_oled Module

qwiic_large_oled

Python module for a 128 x 64 OLED Display

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

QwiicLargeOled([address, i2c_driver])

param address

The I2C address to use for the device.

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

param address

The I2C address to use for the device.

Class Inheritance Diagram

digraph inheritanceaddb4d6882 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "QwiicLargeOled" [URL="api/qwiic_large_oled.QwiicLargeOled.html#qwiic_large_oled.QwiicLargeOled",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="QwiicLargeOled"]; "QwiicOledBase" -> "QwiicLargeOled" [arrowsize=0.5,style="setlinewidth(0.5)"]; "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"]; }