From b22bcdebdae5ac3dfee29a85236c10af801b95f7 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 27 Oct 2022 20:03:03 -0700 Subject: Change board size It's now twice as wide and half as tall. * Add small margin to board * Add simple backplate shader --- generate_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generate_utils.py') diff --git a/generate_utils.py b/generate_utils.py index bf7e6c7..3ad8050 100644 --- a/generate_utils.py +++ b/generate_utils.py @@ -9,8 +9,8 @@ def replaceMacros(lines, macro_defs): # Note, (BOARD_ROWS * BOARD_COLS % NUM_LAYERS) must equal 0. If not, writing to # the last cell will (with the current implementation) wrap around to the front # of the board. -BOARD_ROWS=8 -BOARD_COLS=22 +BOARD_ROWS=4 +BOARD_COLS=44 INDEX_BITS=4 CHARS_PER_CELL=80 -- cgit v1.2.3