Added a light level config (0-31) for APA102 only
[kaka/cakelight.git] / config.properties.template
CommitLineData
411a3f2e
TW
1jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64
2
3# Video info can be found with 'v4l2-ctl --get-fmt-video'
4# Supported formats: UYVY, YUYV, YVYU
5video.format=UYVY
6video.width=720
7video.height=480
8video.bpp=2
9
10video.crop.left=27
11video.crop.right=29
12video.crop.top=18
13video.crop.bottom=18
14
aa9e49c2
TW
15# Supported types: apa102, ws2801
16leds.type=apa102
f2eedb6d 17leds.level=31
411a3f2e
TW
18leds.cols=32
19leds.rows=17
20
21gamma=1.5