SSD1306Ascii icon indicating copy to clipboard operation
SSD1306Ascii copied to clipboard

Text only Arduino Library for SSD1306 OLED displays

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

I'm looking at the best way to create an enhanced "println" that would also clear to the end of the row. I'm using the different rows to display different information,...

Hi, at first thank you very much for this tiny lib. I am using it with an adafruit 128x32 IIC display. It work almost perfect for me, but I have...

I have found out that `SSD1306AsciiAvrI2c.setCursor(column, row)` is properly setting row properly, but for columns it uses pixels instead of columns. I.e. `SSD1306AsciiAvrI2c.setCursor(10,3)` will set cursor to 3rd row and...

In file included from /Users/rcaratti/Documents/Arduino/libraries/SSD1306Ascii/src/SSD1306AsciiAvrI2c.h:26:0, from /Users/rcaratti/Downloads/si5351_vfobfo/si5351_vfobfo.ino:17: /Users/rcaratti/Documents/Arduino/libraries/SSD1306Ascii/src/utility/AvrI2c.h: In member function 'void AvrI2c::begin(bool)': /Users/rcaratti/Documents/Arduino/libraries/SSD1306Ascii/src/utility/AvrI2c.h:65:5: error: 'TWSR' was not declared in this scope TWSR = 0; ^ /Users/rcaratti/Documents/Arduino/libraries/SSD1306Ascii/src/utility/AvrI2c.h: In member function...

Please replace your existing code for the write(char*) function by this!. The use of strlen() for no reason in your original code just drives me bananas :-) That's my suggested...

I'm using your WIRE example of scrolling (i2c) - and it isn't - the numbers count, lines go down then the bottom line gets replaced for the rest of the...

Hi there Would it be possible for you to add a vertical scrolling function ? Thanks in advance. Tvix.

Hi, as I'm not interested in using high speed 400kHz i2c mode to drive the display, I actually add a beginSlow() in SSD1306AsciiAvrI2c.h There's another, method to don't use the...

Using two cheap Chinese SPI display with 128x64 (yellow/blue) with an Arduino Micro. I need to initialize the first oled twice before the displays works properly, if not - oled_A...

Is it possible to rotate the screen. i.e. have it 180 degrees?