Skip to content

Commit

Permalink
Add colorToGray mode for some SigmaStar devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigFisher committed Dec 17, 2023
1 parent a972548 commit 07c3ac1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 79
cli -s .nightMode.irCutPin2 78
cli -s .nightMode.colorToGray true
cli -s .image.mirror true
cli -s .video0.codec h264
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 78
cli -s .nightMode.backlightPin 14
cli -s .nightMode.colorToGray true
cli -s .audio.speakerPin 61
cli -s .video0.codec h264
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 78
cli -s .nightMode.irCutPin2 79
cli -s .nightMode.backlightPin 14
cli -s .nightMode.colorToGray true
cli -s .audio.speakerPin 61
cli -s .video0.codec h264
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 79
cli -s .nightMode.irCutPin2 78
cli -s .nightMode.backlightPin 14
cli -s .nightMode.colorToGray true
cli -s .image.mirror true
cli -s .audio.speakerPin 15
cli -s .audio.outputVolume 80
Expand Down

0 comments on commit 07c3ac1

Please sign in to comment.