mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Generic I2C Oled support , waveshare oled/lcd vertical layout
work in progress for the triple screen project
This commit is contained in:
@ -315,9 +315,15 @@ def load_config(args):
|
||||
elif config['ui']['display']['type'] in ('waveshareoledlcd'):
|
||||
config['ui']['display']['type'] = 'waveshareoledlcd'
|
||||
|
||||
elif config['ui']['display']['type'] in ('i2coled'):
|
||||
config['ui']['display']['type'] = 'i2coled'
|
||||
|
||||
elif config['ui']['display']['type'] in ('waveshare35lcd'):
|
||||
config['ui']['display']['type'] = 'waveshare35lcd'
|
||||
|
||||
elif config['ui']['display']['type'] in ('waveshareoledlcdvert'):
|
||||
config['ui']['display']['type'] = 'waveshareoledlcdvert'
|
||||
|
||||
# E-INK DISPLAYS ------------------------------------------------------------------------
|
||||
|
||||
# Adafruit
|
||||
|
Reference in New Issue
Block a user