B4R Library rVEGA_SH1106

it is a wrapper for VEGA_SH1106 library

library for adafruit SSD1306 was changed to SH1106: SH1106 driver similar to SSD1306 so, just change the display() method.

However, SH1106 driver don't provide several functions such as scroll commands.
// Address for 128x32 is 0x3C
// Address for 128x64 is 0x3D (default) or 0x3C (if SA0 is grounded)
/*=========================================================================
SH1106 Displays
-----------------------------------------------------------------------
The driver is used in multiple displays (128x64, 128x32, etc.).
Select the appropriate display below to create an appropriately
sized framebuffer, etc in Adafruit_SH1106.h

SH1106_128_64 128x64 pixel display

SH1106_128_32 128x32 pixel display

SH1106_96_16
 

Attachments

  • rVEGA_SH1106v1.zip
    17.3 KB · Views: 21
Top