Fix dict colons

This commit is contained in:
Melissa LeBlanc-Williams 2021-02-25 14:08:34 -08:00
parent 268b88c890
commit 59c3fd0a91

View file

@ -121,7 +121,7 @@ dtoverlay=pitft28-capacitive,{rotation}""",
"width": 240,
"height": 240,
"fbcp_rotations": {
"0", None,
"0": None,
"90": "1",
"180": "2",
"270": "3",
@ -149,7 +149,7 @@ dtoverlay=pitft28-capacitive,{rotation}""",
"width": 240,
"height": 135,
"fbcp_rotations": {
"0", "3",
"0": "3",
"90": "1",
"180": "2",
"270": None,