Fix another missing comma

This commit is contained in:
Melissa LeBlanc-Williams 2021-02-25 14:07:51 -08:00
parent 163ec88b2b
commit 268b88c890

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",