diff --git a/lcd/decoder.c b/lcd/decoder.c index 8b9f038..2e52790 100644 --- a/lcd/decoder.c +++ b/lcd/decoder.c @@ -1,7 +1,7 @@ #include #include -#define MAXCHR (24*3) +#define MAXCHR (20*10) static uint8_t buf[MAXCHR]; // Local function: Get next nibble.