Increase maximum character size for decoder.
This commit is contained in:
parent
a41987c29c
commit
edd0fc7022
|
@ -1,7 +1,7 @@
|
|||
#include <fonts.h>
|
||||
#include <render.h>
|
||||
|
||||
#define MAXCHR (24*3)
|
||||
#define MAXCHR (20*10)
|
||||
static uint8_t buf[MAXCHR];
|
||||
|
||||
// Local function: Get next nibble.
|
||||
|
|
Loading…
Reference in New Issue