Skip to content

Commit

Permalink
add new feature in config for mode 9 and 10
Browse files Browse the repository at this point in the history
xrandrForceRotation: for mode 9
wrandrForceRotation: for mode 10
  • Loading branch information
bugsounet committed Oct 28, 2023
1 parent 421dede commit ce975ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MMM-Pir.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Module.register("MMM-Pir", {
mode6_gpio: 20,
mode6_clearGpioValue: true,
pir_gpio: 21,
pir_reverseValue: false
pir_reverseValue: false,
xrandrForceRotation: "normal",
wrandrForceRotation: "normal"
},

start: function () {
Expand Down

0 comments on commit ce975ca

Please sign in to comment.