mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Patch to handle UTF slightly better.
Not perfect but working for now
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user