mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 23:52:17 +00:00
Add colorToGray mode for some SigmaStar devices
This commit is contained in:
@@ -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 .system.staticDir /var/www/majestic
|
||||||
#cli -s .image.mirror true
|
#cli -s .image.mirror true
|
||||||
#cli -s .image.flip true
|
#cli -s .image.flip true
|
||||||
#cli -s .nightMode.enabled true
|
cli -s .nightMode.enabled true
|
||||||
#cli -s .nightMode.irCutPin1 61
|
#cli -s .nightMode.irCutPin1 61
|
||||||
#cli -s .nightMode.irCutPin2 79
|
#cli -s .nightMode.irCutPin2 79
|
||||||
#cli -s .nightMode.backlightPin 4
|
#cli -s .nightMode.backlightPin 4
|
||||||
|
cli -s .nightMode.colorToGray true
|
||||||
#cli -s .audio.speakerPin 0
|
#cli -s .audio.speakerPin 0
|
||||||
cli -s .video0.codec h264
|
cli -s .video0.codec h264
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ cli -s .nightMode.enabled true
|
|||||||
cli -s .nightMode.irCutPin1 61
|
cli -s .nightMode.irCutPin1 61
|
||||||
cli -s .nightMode.irCutPin2 79
|
cli -s .nightMode.irCutPin2 79
|
||||||
cli -s .nightMode.backlightPin 4
|
cli -s .nightMode.backlightPin 4
|
||||||
|
cli -s .nightMode.colorToGray true
|
||||||
cli -s .audio.speakerPin 0
|
cli -s .audio.speakerPin 0
|
||||||
cli -s .video0.codec h264
|
cli -s .video0.codec h264
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user