a funny light show

This commit is contained in:
2024-03-08 14:07:09 +01:00
parent a4adf6ac27
commit 26db6bf03d
3 changed files with 78 additions and 10 deletions

View File

@ -17,6 +17,7 @@ typedef struct {
void canvasInit();
canvas_t *canvasGet();
void canvasShow();
void canvasSetPixel(uint8_t column, uint8_t row, uint8_t color);