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 18, 2023
1 parent 07c3ac1 commit f8e8087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/s
cli -s .system.staticDir /var/www/majestic
#cli -s .image.mirror true
#cli -s .image.flip true
#cli -s .nightMode.enabled true
cli -s .nightMode.enabled true
#cli -s .nightMode.irCutPin1 61
#cli -s .nightMode.irCutPin2 79
#cli -s .nightMode.backlightPin 4
cli -s .nightMode.colorToGray true
#cli -s .audio.speakerPin 0
cli -s .video0.codec h264
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 61
cli -s .nightMode.irCutPin2 79
cli -s .nightMode.backlightPin 4
cli -s .nightMode.colorToGray true
cli -s .audio.speakerPin 0
cli -s .video0.codec h264
#
Expand Down

0 comments on commit f8e8087

Please sign in to comment.