Bugfix - seconds to milliseconds
[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
6a03452e
TW
15video.list.top=on
16video.list.bottom=on
17video.list.left=on
18video.list.right=on
19
aa9e49c2
TW
20# Supported types: apa102, ws2801
21leds.type=apa102
d3261df8
TW
22# LED brightness: 1-31
23leds.brightness=31
411a3f2e
TW
24leds.cols=32
25leds.rows=17
26
27gamma=1.5