create runner game

This commit is contained in:
Crispy 2024-04-07 18:59:30 +02:00
parent fb0351cfe6
commit 42eda85fd0
7 changed files with 1206 additions and 1 deletions

View file

@ -480,7 +480,7 @@ uint8_t ssd1306_init(void)
}
// clear display
// ssd1306_setbuf(0);
ssd1306_setbuf(0);
ssd1306_refresh();
return 0;