Make everything 2x smaller

This commit is contained in:
2025-10-19 13:07:28 +01:00
parent 50f5cb4347
commit f8a8edaa46
3 changed files with 30 additions and 36 deletions

2
text.c
View File

@@ -9,7 +9,7 @@
#define MAX_LINES 2
#define TEXT_HEIGHT 8
#define TEXT_SCALE 0.025
#define TEXT_SCALE 0.0125
#define LETTER_WIDTH 3
#define SPACE_WIDTH 1