summaryrefslogtreecommitdiffstats
path: root/generate_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'generate_utils.py')
-rw-r--r--generate_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_utils.py b/generate_utils.py
index 0480c3c..e8fcc8b 100644
--- a/generate_utils.py
+++ b/generate_utils.py
@@ -11,7 +11,7 @@ def replaceMacros(lines, macro_defs):
# of the board.
BOARD_ROWS=4
BOARD_COLS=48
-NUM_REGIONS = 16
+NUM_REGIONS = 24
CHARS_PER_CELL=256
BYTES_PER_CHAR=2