OLED 驱动

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-04-15 17:38:45 +08:00
parent 61a0c870de
commit 41c3c361ca
28 changed files with 834 additions and 800 deletions
+4
View File
@@ -10,6 +10,7 @@
#include "main.h"
#include "hread_interface.h"
#define OLED_ADDRESS 0x78
#define PI 3.141592654
#define X_WIDTH 128
@@ -17,6 +18,9 @@
#define Y_WIDTH_ 8
void OLED_Init(void);
void OLED_Cache_to_hardware();
void OLED_ShowStr(unsigned char x,unsigned char y,char *str);
#endif /* OLED_H_ */