From 519945edbf92066459edb835bcb4aa6f2dbf49c0 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sat, 8 May 2021 19:19:48 -0500 Subject: [PATCH] bitwidgets: Changed the DISPLAY_HEIGHT to the correct value This took some experimentation to verify it was actually correct. --- g13gui/g13gui/bitwidgets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g13gui/g13gui/bitwidgets/__init__.py b/g13gui/g13gui/bitwidgets/__init__.py index efc2194..4ab8ab4 100644 --- a/g13gui/g13gui/bitwidgets/__init__.py +++ b/g13gui/g13gui/bitwidgets/__init__.py @@ -1,2 +1,2 @@ DISPLAY_WIDTH = 160 -DISPLAY_HEIGHT = 48 +DISPLAY_HEIGHT = 42