tweak width

This commit is contained in:
Peter D. Gray 2023-02-14 16:06:21 -05:00 committed by scgbckbone
parent efe1180e1c
commit a2452767cb

View File

@ -14,7 +14,7 @@ DEFAULT_IDLE_TIMEOUT = const(4*3600) # (seconds) 4 hours
# How many characters can we fit on each line? How many lines?
# (using FontSmall)
if version.hw_label == 'q1':
CH_PER_W = 45
CH_PER_W = 44
STORY_H = 17
else:
CH_PER_W = 17