SSD1306Ascii icon indicating copy to clipboard operation
SSD1306Ascii copied to clipboard

Text only Arduino Library for SSD1306 OLED displays

Results 53 SSD1306Ascii issues
Sort by recently updated
recently updated
newest added

First many thanks for this code!!! It is really lightweight which was what I needed to get an SD card working with a display because the AdafruitGFX library uses up...

Hi, I run a little serial modbus on an Arduino, which is connected as slave to a desktop PC. The Arduino is fitted with a small Oled display and a...

Add support for SSD1306 64x32 0.49 inch oled display . Tested with * I2C OLED SSD1306 64x32 0.49 inch * RP2040 I2C * ESP32-S2 I2C How to use it: ```...

In SSD1306Ascii.cpp there is an issue that prevents displays with more than 8 rows or 64 pixels from displaying more than that. The issue seems to be at line 166...

Requires the fix in issue #104 to be applied.

One feature I've been missing is the ability to draw a bargraph and has prevented me using this library until I came up with this solution. I hope you consider...

These displays can be obtained very cheaply on places like aliexpress and ebay and use a similar addressing method to the SSD1306. Always wanted to use this library with them...

If a font does not have an encoding for the space character, it will normally be skipped and nothing is printed. Calling `alwaysAllowSpace(true)` causes the space character to be printed...

Hello, not an issue, but wanted to let you know I was able to connect two cheap 128x32 Oleds to a ESP32 - both displaying independently. I wrote three sketches...

A text-only version for the SH1107 OLED displays would be extremely useful for MCUs with small memories. I've read that there are not large differences in the interface compared to...