summaryrefslogtreecommitdiffstats
path: root/generate_utils.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-12-01 13:39:49 -0800
committeryum <yum.food.vr@gmail.com>2022-12-01 13:39:49 -0800
commitf9bcee6acf6f8a418d2f96368941fc05e4b72252 (patch)
tree6c0cdf33ac4cc6ef55ad8cbddd03f07d9c0c65e4 /generate_utils.py
parent480463b0578407a8f5a6585eb7018933e6ec7186 (diff)
Update README.md
Also decrease sync params & add a few more emotes.
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