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

Added support for 128x64 #10

Open hackthis02 opened 5 months ago

hackthis02 commented 5 months ago

Description

Added support for 128x64

Motivation and Context

This will allow users to use either a 128x32 or 64 size OLED display

How Has This Been Tested

I tested this with my RPi4 Home Assistant and a 128X64 OLED

Types of changes

Checklist

rsnodgrass commented 5 months ago

Thanks @hackthis02 for the contribution!!

RoLuWa commented 4 months ago

Thanks @hackthis02 for the change! But every other line on my display is dark. A test with the same display on ESPhome works. Do you have an explanation for this? Display on Homeassistant IMG_0725 Display on ESPhome IMG_0728

hackthis02 commented 4 months ago

Have you checked the configuration? Confirmed you have it set for 128x64? What is more likely is until @crismc accepts both of my PRs. The HA integration won't work since it's pointing at his pre-patched repo.

crismc commented 4 months ago

PR conflicts with latest merge. Happy to merge in once resolved.