Add colorToGray mode for some SigmaStar devices

This commit is contained in:
Signor Pellegrino (from Citadel PC)
2023-12-18 02:32:00 +03:00
parent a972548391
commit 07c3ac1594
4 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 79 cli -s .nightMode.irCutPin1 79
cli -s .nightMode.irCutPin2 78 cli -s .nightMode.irCutPin2 78
cli -s .nightMode.colorToGray true
cli -s .image.mirror true cli -s .image.mirror true
cli -s .video0.codec h264 cli -s .video0.codec h264
# #

View File

@@ -14,6 +14,7 @@ cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 78 cli -s .nightMode.irCutPin1 78
cli -s .nightMode.backlightPin 14 cli -s .nightMode.backlightPin 14
cli -s .nightMode.colorToGray true
cli -s .audio.speakerPin 61 cli -s .audio.speakerPin 61
cli -s .video0.codec h264 cli -s .video0.codec h264
# #

View File

@@ -15,6 +15,7 @@ cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 78 cli -s .nightMode.irCutPin1 78
cli -s .nightMode.irCutPin2 79 cli -s .nightMode.irCutPin2 79
cli -s .nightMode.backlightPin 14 cli -s .nightMode.backlightPin 14
cli -s .nightMode.colorToGray true
cli -s .audio.speakerPin 61 cli -s .audio.speakerPin 61
cli -s .video0.codec h264 cli -s .video0.codec h264
# #

View File

@@ -15,6 +15,7 @@ cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 79 cli -s .nightMode.irCutPin1 79
cli -s .nightMode.irCutPin2 78 cli -s .nightMode.irCutPin2 78
cli -s .nightMode.backlightPin 14 cli -s .nightMode.backlightPin 14
cli -s .nightMode.colorToGray true
cli -s .image.mirror true cli -s .image.mirror true
cli -s .audio.speakerPin 15 cli -s .audio.speakerPin 15
cli -s .audio.outputVolume 80 cli -s .audio.outputVolume 80