Ssd1306 tiny85 library i2c

Hello, i saw a few library that uses i2c for this oled such adafruit, and a few more that doesn t need the arduino environment

I am currently developing my project on an arduino UNO and using the adafruit library (very well made) but i know that it won t work on the attiny85. I know it just has usi and not i2c but someone know a library that i could use on the 328p and than just adding tinyWireM.h bring to the t85?

I don t need any graphical function just write some words but i need the ligher lib as possible.

Summary: light library for ssd1306 for t85 that work also on a UNO

Thanks

Try SSD1306 ASCII, here:

Most lightweight and friendly text only library I've found, and used successfully in many projects. No buffer needed either, so saves a lot of RAM.

N.

Thanks N. I was hoping to someone like you that had the same issues about memory usage
i left you karma+

hello,

I am back to ask for another library, this time i have the chinese clone of this display:

which contain a PCD8544 controller
any suggestion?

I know that the good u8g2 support it but if you would like to suggest another library based on your experience it would be great!