Add colorToGray mode for some SigmaStar devices

This commit is contained in:
Signor Pellegrino (from Citadel PC)
2023-12-18 03:00:24 +03:00
parent 07c3ac1594
commit f8e8087287
2 changed files with 3 additions and 1 deletions

View File

@@ -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
#

View File

@@ -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
#