Fix dict colons
This commit is contained in:
parent
268b88c890
commit
59c3fd0a91
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue