Fix another missing comma
This commit is contained in:
parent
163ec88b2b
commit
268b88c890
1 changed files with 1 additions and 1 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue