finished drivers

ssd1306 and sh1106 are ready
This commit is contained in:
2022-06-18 19:10:48 +02:00
parent 55f54a2d4a
commit e01ec3e367
6 changed files with 143 additions and 24 deletions

View File

@@ -38,5 +38,6 @@
#define SSD1306_ACTIVATE_SCROLL 0x2F ///< Start scroll
#define SSD1306_SET_VERTICAL_SCROLL_AREA 0xA3 ///< Set scroll range
void SSD1306_Init(OLED_HandleTypeDef *hOled);
void SSD1306_Init(OLED_HandleTypeDef *hOled);
void SSD1306_display_all(OLED_HandleTypeDef *hOled);
OLED_SendStatus_t SSD1306_display_page(OLED_HandleTypeDef *hOled);