T-keybord 1.0.0

This commit is contained in:
LilyGO 2022-07-06 11:10:01 +08:00
parent 3446af734c
commit 36f097b1b0
2 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ void setup()
}
}
TFT_099.DispColor(0, 0, TFT_WIDTH, TFT_HEIGHT, BLACK);
TFT_099.DispStr("version 1.0.0", 0, 2, WHITE, BLACK);
delay(3000);
TFT_099.DispColor(0, 0, TFT_WIDTH, TFT_HEIGHT, BLACK);
TFT_099.DispStr("Wait bluetooth ......", 0, 2, WHITE, BLACK);
}