SDL3 Form SIM_Display
This commit is contained in:
@@ -114,12 +114,10 @@ OLED_T oled = {
|
||||
void Test_OLED(void *pVoid) {
|
||||
SIM_OLED_INIT(128, 64, CYAN, 0x0, 5, 0);
|
||||
|
||||
SIM_OLED_START();
|
||||
|
||||
OLED_Init(&oled);
|
||||
OLED_CLS(&oled);
|
||||
|
||||
OLED_ShowCHString(&oled, 1, 24, "姓名学号:2233");
|
||||
OLED_ShowCHString(&oled, 1, 24, "星海科技机械师");
|
||||
|
||||
OLED_DrawRect(&oled, 0, 0, 127, 63);
|
||||
|
||||
|
Reference in New Issue
Block a user