From 69aa75b63cd86acf1b6001133d6f9b163033195d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 23:23:19 -0400 Subject: fix config and font size --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3f304d5..61d0e7b 100644 --- a/config.h +++ b/config.h @@ -3,6 +3,7 @@ #include -const uint32_t min_width = 600; +static const uint32_t min_width = 600; +static const uint32_t font_size = 16; #endif -- cgit v1.2.3