UP 字库生成脚本

This commit is contained in:
JiXieShi
2024-06-24 22:58:18 +08:00
parent 790d26fbaa
commit dd27c265da
10 changed files with 929 additions and 32 deletions

View File

@@ -114,7 +114,7 @@ void Test_OLED() {
int s = 0;
char buf[30] = {0x5B, 0x57, 0x5E, 0x93, 0x75, 0x1F, 0x62, 0x10, 0x6D, 0x4B, 0x8B, 0xD5};
OLED_ShowCHString(&oled, 15, 16, buf, 16);
OLED_ShowCHString(&oled, 15, 16, buf);
OLED_Refresh(&oled);
_beginthread(Get_Key, 0, NULL);