From: Tomas Wenström Date: Mon, 14 Aug 2017 10:32:06 +0000 (+0200) Subject: Moved config.properties out of the repo X-Git-Url: http://dolda2000.com/gitweb/?p=kaka%2Fcakelight.git;a=commitdiff_plain;h=411a3f2ea0828ab49914af42244b23db0f38d388;hp=b3e103128bae11de70b5ca0bbf9255953d008eaf Moved config.properties out of the repo --- diff --git a/.gitignore b/.gitignore index a6c1087..df8939c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea CakeLight.iml out +config.properties diff --git a/config.properties.template b/config.properties.template new file mode 100644 index 0000000..7e04ee2 --- /dev/null +++ b/config.properties.template @@ -0,0 +1,18 @@ +jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64 + +# Video info can be found with 'v4l2-ctl --get-fmt-video' +# Supported formats: UYVY, YUYV, YVYU +video.format=UYVY +video.width=720 +video.height=480 +video.bpp=2 + +video.crop.left=27 +video.crop.right=29 +video.crop.top=18 +video.crop.bottom=18 + +leds.cols=32 +leds.rows=17 + +gamma=1.5