prepare display

This commit is contained in:
2024-03-22 18:38:30 +01:00
parent 10a09e3ad3
commit a32ef8fa5b
7 changed files with 73 additions and 5 deletions

View File

@ -6,6 +6,7 @@
#include "shapes.h"
#include "canvas.h"
#include "../rgb-driver/colors.h"
#include "display.h"
#define GAME_CYCLE_TIME 100
@ -116,6 +117,8 @@ void gameExec(void *handle) {
}
}
}
displaySetScore(7);
}
void gameInit() {