Skip to content

jakiki6/SH1106

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a library for the SH1106 OLED driver that uses Adafruit GFX.

Supported variants:

  • 128x32
  • 128x64
  • 96x16

The size can be specified by defining SH1106_LCDWIDTH and SH1106_LCDHEIGHT while the I2C address can be defined with SH1106_I2C_ADDRESS. The default values correspond to the 128x64 variant.

Have a look at examples/ to see how this is to be used.