Problem 9: fix key error

This commit is contained in:
cyp0633 2022-07-01 16:00:56 +08:00
parent 97f70b0db7
commit 97f63e54b5
Signed by: cyp0633
GPG Key ID: CF90D09FB1FDCE45
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ void startStop()
void main() void main()
{ {
DisplayerInit(); DisplayerInit();
KeyInit();
SetDisplayerArea(0, 7); SetDisplayerArea(0, 7);
Seg7Print(10, 10, 10, 10, 10, 10, 10, 10); Seg7Print(10, 10, 10, 10, 10, 10, 10, 10);
LedPrint(0x00); LedPrint(0x00);