[SOLVED] Looking for an old version of adafruit SSD1306 library

So i wanted to use one of the many mini oleds ived used so many times before in my current project.

Unfortunally the lib's has somewhere over time been updated to use a MUCH LARGER FONT!

where as with the old lib, i could fit

1 line
2 lines
3 lines
4 lines
5 lines
6 lines
7 lines

on the screen at text size 1..

now i can only fit

1 line
2 lines
3 lines
4 lines

that is terrible.

So i'm wondering does anyone has an old backup

not sure if i only need the ssd1306 or also the gfx lib..

Thank you..

check - Internet Archive: Wayback Machine - maybe you can download there ... (donations seem to be welcome)

Solved it, aparently the arduino IDE library management allows you to overwrite new with old drivers automatically.

Which is f... awesome..

So i was able to select the old 1.0 lib for the sSD1306 and it works.. :smiley: cheers.