1
0
forked from me/IronOS

Creating my own font table for the OLED

This commit is contained in:
Ben V. Brown
2016-09-17 21:13:15 +10:00
parent 4db03d5832
commit c7e2713004
6 changed files with 132 additions and 81 deletions

View File

@@ -29,5 +29,9 @@ void Reg_Command(u8 posi,u8 flag);
void Clear_Screen(void);
void Write_InitCommand_data(u32 Com_len,u8* data);
void Display_BG(void);
void OLED_DrawString(char* string, uint8_t length);
#endif
/******************************** END OF FILE *********************************/