Added support for APA102 LED strips
[kaka/cakelight.git] / config.properties
CommitLineData
01ee91e7
TW
1jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64
2
cc03403a
TW
3# Video info can be found with 'v4l2-ctl --get-fmt-video'
4# Supported formats: UYVY, YUYV, YVYU
5video.format=UYVY
e59e98fc 6video.width=720
cc03403a 7video.height=480
e59e98fc
TW
8video.bpp=2
9
cc03403a
TW
10video.crop.left=27
11video.crop.right=29
12video.crop.top=18
13video.crop.bottom=18
100b82fe 14
aa9e49c2
TW
15# Supported types: apa102, ws2801
16leds.type=apa102
e59e98fc 17leds.cols=32
ed56b145 18leds.rows=17
38c759f8
TW
19
20gamma=1.5