Signed-off-by: kevin <kevin@lmve.net>

This commit is contained in:
2022-04-21 17:18:30 +08:00
parent 13203a2a21
commit 0e275a0c18
21 changed files with 1112 additions and 979 deletions
+2
View File
@@ -28,4 +28,6 @@ void OLED_Ascii(unsigned char x,unsigned char y,unsigned char size,char chr,unsi
void OLED_Str(unsigned char x,unsigned char y,unsigned char size,char *str,unsigned char type);
void OLED_AL(int sx,int sy,int ex,int ey,unsigned char dot_type);
void OLED_square(int Start_x, int Start_y, int End_x, int End_y, char type);
#endif /* OLED_H_ */