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

It seems like there are 2 types of fixed-width fonts, differentiated by the first 2 bytes of the font table: * `0x0, 0x0` - 1 pixel padding (most of them)...

I have been looking everywhere for a way to print a line to a specific X and Y but I can't seem to find the function. The closest thing I...

Hi, I'm using the Library with Arduino pro mini and ESP8266 and an OLED-Display 128x64. Everthing works so far and now I want to put the Display off over night...

Hey, im not a programmer, but i needed an 'active' state for my gui elements, so i've hacked your lib with a few lines here: SSD1306Ascii.h: - at initialization: `SSD1306Ascii()...

Great library - thanks! Has anyone noticed that this hangs if there's no display present ?

This happens when noise occurs on the i2c lines or the display is disconnected. Only way out is to reset. This problem can be dealt with in the wire library...

...fitted on an ESP32 board: [ESP32-C3-0.42LCD](https://github.com/01Space/ESP32-C3-0.42LCD) Thank you for this great library, have fun :-) ``` static const uint8_t MEM_TYPE oled_72x40init[] = { SSD1306_DISPLAYOFF, SSD1306_SETDISPLAYCLOCKDIV, 0x80, SSD1306_SETMULTIPLEX, 0x27, SSD1306_SETDISPLAYOFFSET, 0x0,...

Hi there, first: thanks a lot for this great library which saves a lot of space, too. Using a 128x64 0.96" SSD1306 OLED, I wonder how I could have 3...

Sorry if this should go somewhere else, I'm still new to Github. Would it be fairly easy to implement compatibility with the 1.3" OLEDs, which have a 132x64px buffer? I...

Does the display controller return any data or indication that it is functioning? I realize in most cases you can just look at the display, however I'm considering the design...