T-keybord 1.0.0
This commit is contained in:
parent
3446af734c
commit
36f097b1b0
|
|
@ -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.DispColor(0, 0, TFT_WIDTH, TFT_HEIGHT, BLACK);
|
||||||
TFT_099.DispStr("Wait bluetooth ......", 0, 2, WHITE, BLACK);
|
TFT_099.DispStr("Wait bluetooth ......", 0, 2, WHITE, BLACK);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue