From 646198d107acb9cbff5da1c65f388bbc9fbd1a48 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 2 Jan 2024 10:35:26 -0600 Subject: [PATCH] fix invalid integer literal --- dotstar_featherwing/font3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotstar_featherwing/font3.py b/dotstar_featherwing/font3.py index b31dbc1..1307bba 100644 --- a/dotstar_featherwing/font3.py +++ b/dotstar_featherwing/font3.py @@ -1,5 +1,5 @@ font = {' ': [ 0, 0, 0], - 'A': [62, 05, 62], + 'A': [62, 5, 62], 'B': [63, 37, 26], 'C': [30, 33, 18], 'D': [63, 33, 30],