mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Adding support for Waveshare V1 displays.
Adding support for full refresh after n partial refreshes (for Waveshare displays).
This commit is contained in:
@ -93,9 +93,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
|
||||
refresh: 10
|
||||
video:
|
||||
enabled: true
|
||||
address: '10.0.0.2'
|
||||
|
||||
Reference in New Issue
Block a user