crismc / rpi_i2c_oled

Python library to enable 128x32 pixel OLED for Raspberry Pi (both 32 and 64bit).
MIT License
13 stars 10 forks source link

Refactored to classes #1

Closed crismc closed 1 year ago

crismc commented 1 year ago

Description

Related Issue

This PR fixes or closes issue: fixes #

Motivation and Context

To make this more configurable, and modular, the entire library has been refactored to use classes New options for debugging added Ability to specify the smbus number via the configuration Why do this... because its better

How Has This Been Tested

Locally tested on fresh installs of RPi3 and 4

Types of changes

Checklist