oled initialization with ssd1306

oled-main with structure
ssd1306 initialization
This commit is contained in:
2022-06-17 23:04:16 +02:00
parent ebccd5c430
commit 2663ee6e2a
13 changed files with 283 additions and 2 deletions

7
oled/sh1106/sh1106.c Normal file
View File

@@ -0,0 +1,7 @@
#include "sh1106.h"
#include "connection.h"
void SH1106_Init(OLED_HandleTypeDef *hOled)
{
}