adafruit / Adafruit_SSD1305

OLEDs with SSD1305
Other
18 stars 19 forks source link

128x32 OLED display shows static #2

Closed khn closed 4 years ago

khn commented 8 years ago

When compiling for a 128x32, (after modification of the .h file and moving line 80 as described in prev issue) oled display only shows static. If I compile as a 128x64 display, I am able to see the display update, but, of course, not correctly. This seems to only be an issue with the 128x32 display. (https://www.adafruit.com/products/2675)

wallen699 commented 6 years ago

I too am having this issue - has this been resolved????

aklofas commented 6 years ago

The problem is with line 189 in Adafruit_SSD1305.cpp It should read SSD1305_128_32, not SSD1306_128_32 It doesn't seem like they actually tested this with a 128x32 :-/

caternuson commented 4 years ago

Looks like there are multiple issues going on for the 128x32 display. Closing this issue so we can consolidate efforts in #12.