Merge pull request #20 from sindelar-fr/master

Adding support for Waveshare V1 displays and support for full refresh after N partial refreshes
This commit is contained in:
evilsocket
2019-09-29 21:17:53 +02:00
committed by GitHub
9 changed files with 327 additions and 7 deletions

View File

@@ -95,9 +95,11 @@ ui:
enabled: true
rotation: 180
# Possible options inkyphat/inky or waveshare/ws
type: 'waveshare'
type: 'waveshare_2'
# Possible options red/yellow/black (black used for monocromatic displays)
color: 'black'
# How often to do a full refresh 0 all the time, -1 never
refresh: 50
video:
enabled: true
address: '10.0.0.2'