Fixing import path for Waveshare V2.

Fixing the full refresh trigger to enable 0 for every time and -1 for never.
This commit is contained in:
Frantisek Sindelar
2019-09-29 15:27:56 +02:00
parent 3a8f6920b3
commit 95a05bf886
2 changed files with 7 additions and 7 deletions

View File

@@ -96,8 +96,8 @@ ui:
type: 'waveshare_2'
# Possible options red/yellow/black (black used for monocromatic displays)
color: 'black'
# How often to do a full refresh
refresh: 10
# How often to do a full refresh 0 all the time, -1 never
refresh: 50
video:
enabled: true
address: '10.0.0.2'