UP 支持直接字符配置
This commit is contained in:
@@ -126,7 +126,7 @@ void Test_OLED() {
|
||||
uint8_t bufx[8] = {0x5F, 0x53, 0x52, 0x4D, 0x6D, 0xB2, 0x4F, 0x4D};
|
||||
sprintf(sbuf, "%s: 13.4271m\0", bufx);
|
||||
// OLED_ShowCHString(&oled, 1, 24, sbuf);
|
||||
OLED_ShowCHString(&oled, 1, 24, "姓名学号班级");
|
||||
OLED_ShowCHString(&oled, 1, 24, "姓名学号:2233");
|
||||
|
||||
OLED_DrawRect(&oled, 0, 0, 127, 63);
|
||||
// };//
|
||||
|
Reference in New Issue
Block a user