Adafruit_CircuitPython_SSD1306 icon indicating copy to clipboard operation
Adafruit_CircuitPython_SSD1306 copied to clipboard

Adafruit CircuitPython framebuf driver for SSD1306 or SSD1305 OLED displays. Not for use with displayio. See README.

Results 3 Adafruit_CircuitPython_SSD1306 issues
Sort by recently updated
recently updated
newest added

I get garbage OR whatever was there on the last frame displayed on the display, and the code hangs for a long time. Here is an example of the oled...

bug

Why initialize display cmd is big difference from with the previous repo and u8g2 too. Where does it come from? https://github.com/adafruit/Adafruit_CircuitPython_SSD1306/blob/main/adafruit_ssd1306.py#L116 ```python # self.poweron 0xAE | 0x01 # self.init_display 0xAE,...

question

This pull request will update several of the example files to work with the latest version of Pillow 10.2.0. The `textsize` and `getsize` functions used in several example files in...