Changed 'level' to 'brightness'
[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
d3261df8
TW
17# LED brightness: 1-31
18leds.brightness=31
411a3f2e
TW
19leds.cols=32
20leds.rows=17
21
22gamma=1.5