Tiny4kOLED icon indicating copy to clipboard operation
Tiny4kOLED copied to clipboard

Library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C

Results 20 Tiny4kOLED issues
Sort by recently updated
recently updated
newest added

Hello. I post this adapted library (ad58375 on Aug 29) for the SH1106 controller. Made it possible not to use (delete) unsupported functions if the parameter "#define SH1106" is defined...

There are a lot of functions used in the examples that arent properly explained or documented anywhere, or at least I cant seem to find them. For example I dont...

Hi, Your library is awesome. It would be very nice if you could add characters like the German Umlaute äÄöÖüÜ or the characters with accents or the ° symbol. Regards...

Hi, I found this lib when asking on arduino forum about how to make fast changes in an SSD1306 screen and the buffering works great. Problem is that I cant...

This adds compatibility with SoftI2CMaster (https://github.com/felias-fogg/SoftI2CMaster) library. It is a software implementation of I2C and allows to use other pins than 0 and 2.

So I installed the library thought the IDE but when I got to compile it gives me these errors. Ive installed the Attiny85 boards files from here https://create.arduino.cc/projecthub/arjun/programming-attiny85-with-arduino-uno-afb829 Arduino: 1.8.13...

Would it be possible to scroll the display one line up when the text reaches extends beyond the bottom of the screen so that the display can act as a...

Hello. There is a hack in which you can reduce the contrast of the display to the smallest values: ```c++ // 1. Fundamental Command Table void SSD1306Device::setContrast(byte contrast) { byte...

It seems this library was designed for the 85 series but other than pin layout it seems there are no real differences - so I assume it should run fine...

Hi there! thanks for making this library. I found a small issue with `fill` and probably a few other functions. In vertical addressing mode, according to the [datasheet](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf), when a...