Skip to content

Commit

Permalink
tweak rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kellner committed Aug 5, 2021
1 parent fb8c4df commit 91b0b8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/devices/esp32/targets/m5stack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"config": {
"screen": "m5stack/screen",
"rotation": 90,
"driverRotation": 90,
"touch": "",
"startupSound": "bflatmajor.maud"
},
Expand Down
5 changes: 5 additions & 0 deletions examples/piu/love-e-ink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"config": {
"rotation": 270
}
},
"esp/moddable_display_3": {
"config": {
"rotation": 90
}
}
},
"bundle": {
Expand Down

0 comments on commit 91b0b8b

Please sign in to comment.