From 88e0cff8533376b78f4fe41151a6567591d317b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 12 Mar 2024 10:19:16 +0100 Subject: [PATCH] 11 rows --- canvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas.h b/canvas.h index bf324ed..ae81036 100644 --- a/canvas.h +++ b/canvas.h @@ -5,7 +5,7 @@ #define CANVAS_WIDTH 10 -#define CANVAS_HEIGHT 6 +#define CANVAS_HEIGHT 11 typedef struct { uint8_t width;