The 1-pixel scroll commands (2Ch and 2Dh) are not documented in either the v1.1 nor v1.5 versions of the data sheet. However, they are mentioned in this answer to Scroll long text on OLED display on ...
SSD1306 driver is Arduino style C/C++ library with unicode support. The library can be compiled for plain Linux (for example, raspberry spi), or you can use it with plain avr-gcc compiler without ...
[Lewin] wrote in to tell us about a high speed library for Arduino Due that he helped develop which allows interfacing OLED displays that use the SSD1306 display controller, using DMA routines for ...
For several microcontroller projects, the integration of a minuscule display panel can be handy to show relevant information. For example, information gathered by an external sensor module. Here we ...