Patch to handle UTF slightly better.

Not perfect but working for now
This commit is contained in:
Ben V. Brown
2017-09-17 12:21:25 +10:00
parent 0aae546dc9
commit 0e7e304f4e
4 changed files with 61 additions and 55 deletions

View File

@@ -24,7 +24,7 @@ const u8* Data_Command(u8 len, const u8* ptr);
void Clear_Screen(void); //Clear the screen
/*Functions for writing to the screen*/
void OLED_DrawString(const char* string, const uint8_t length);
void OLED_DrawChar(char c, uint8_t x);
void OLED_DrawChar(char c, uint8_t x,char preCursor);
void OLED_DrawExtraFontChars(uint8_t id, uint8_t x);
void OLED_DrawSymbolChar(uint8_t id, uint8_t x);
void OLED_DrawWideChar(uint8_t id, uint8_t x);