finished drivers
ssd1306 and sh1106 are ready
This commit is contained in:
@@ -27,3 +27,7 @@
|
||||
#define SH1106_COMPADSCONFVAL 0x12 // 0x12h (000X 0010)
|
||||
#define SH1106_VCOMDESMODE 0xDD // (1101 1101)
|
||||
#define SH1106_VCOMDESVALUE 0x35 // 0x35h (XXXX XXXX) VCOM (Beta x Vref)
|
||||
|
||||
void SH1106_Init(OLED_HandleTypeDef *hOled);
|
||||
void SH1106_display_all(OLED_HandleTypeDef *hOled);
|
||||
OLED_SendStatus_t SH1106_display_page(OLED_HandleTypeDef *hOled);
|
||||
Reference in New Issue
Block a user