From 9dbbb38a0807abbc2a40eae89a7a94d4b05301f0 Mon Sep 17 00:00:00 2001 From: Florian Loeffler Date: Wed, 4 May 2022 12:26:22 +0200 Subject: [PATCH] removes unnecessary defines --- fblib.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/fblib.h b/fblib.h index 07b0c59..0a614e9 100644 --- a/fblib.h +++ b/fblib.h @@ -8,9 +8,6 @@ #include "fbfont.h" -#define WIDTH 240 -#define HEIGHT 320 - struct s_color { unsigned char r; unsigned char g;