Skip to content

Arduino library for OLED displays based on the Sino Wealth SH1106 controller

License

Notifications You must be signed in to change notification settings

sitronlabs/SitronLabs_SinoWealth_SH1106_Arduino_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sino Wealth SH1106 Arduino Library

Arduino library for OLED displays based on the Sino Wealth SH1106 controller.

Supported interfaces

Interface Status Notes
I2C, Unbuffered ✔️ Works, consumes very little ram, but slow.
I2C, Buffered ✔️ Works.
SPI, 3-Wires, Buffered Needs to be implemented.
SPI, 4-Wires, Buffered Needs to be implemented.

Credits