X-Git-Url: http://dolda2000.com/gitweb/?p=kaka%2Fcakelight.git;a=blobdiff_plain;f=config.properties;h=77323401972f8d12992b1d40adb9f0a5720b4e6a;hp=df7ee04df8c031a99e83a63f0f50afe26419605b;hb=aa9e49c2a448c4fa4c16d2afe373ea52eefdffd2;hpb=cc03403a7904293324578bd59fbf9eea9fd44c8d diff --git a/config.properties b/config.properties index df7ee04..7732340 100644 --- a/config.properties +++ b/config.properties @@ -1,3 +1,5 @@ +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 @@ -10,5 +12,9 @@ video.crop.right=29 video.crop.top=18 video.crop.bottom=18 +# Supported types: apa102, ws2801 +leds.type=apa102 leds.cols=32 -leds.rows=18 +leds.rows=17 + +gamma=1.5