From 510eae42763ae59def576bcc6e72b44083ec1d41 Mon Sep 17 00:00:00 2001 From: orangerot Date: Tue, 14 Oct 2025 23:22:56 +0200 Subject: fix: draw text --- characters.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'characters.h') diff --git a/characters.h b/characters.h index 3450875..679f394 100644 --- a/characters.h +++ b/characters.h @@ -4,8 +4,8 @@ #define CHARACTERS_H -uint32_t characters[96] = - {0b000000000000000000000000000000, // SPACE +uint32_t characters[96] = { + 0b000000000000000000000000000000, // SPACE 0b100001000010000000001000000000, // ! 0b101001010000000000000000000000, // " 0b010101111101010111110101000000, // # @@ -103,4 +103,4 @@ uint32_t characters[96] = 0b000000000000000000000000000000 // DEL }; - #endif // CHARACTERS_H \ No newline at end of file + #endif // CHARACTERS_H -- cgit v1.2.3