Added support for APA102 LED strips
[kaka/cakelight.git] / config.properties
index b3f150f..7732340 100644 (file)
@@ -1,9 +1,20 @@
-# default settings
+jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64
 
-video.device=/dev/video0
+# Video info can be found with 'v4l2-ctl --get-fmt-video'
+# Supported formats: UYVY, YUYV, YVYU
+video.format=UYVY
 video.width=720
-video.height=576
+video.height=480
 video.bpp=2
 
+video.crop.left=27
+video.crop.right=29
+video.crop.top=18
+video.crop.bottom=18
+
+# Supported types: apa102, ws2801
+leds.type=apa102
 leds.cols=32
-leds.rows=18
+leds.rows=17
+
+gamma=1.5