Module capsules_extra::sh1106
source · Expand description
SH1106 OLED Screen Driver
This display is similar to the SSD1306, but has two key differences:
- The commands are different. In particular, the SH1106 does not support the
SetColumnAddress
andSetPageAddress
commands which are useful for setting frames on the screen. - The driver does not automatically wrap to the next page. This driver manually sets up each page (row).