mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Moved self._display = None
to base.py for easier debugging display files.
Fixed waveshare2in13g.py
This commit is contained in:
@ -7,7 +7,6 @@ from pwnagotchi.ui.hw.base import DisplayImpl
|
||||
class WaveshareV1(DisplayImpl):
|
||||
def __init__(self, config):
|
||||
super(WaveshareV1, self).__init__(config, 'waveshare_1')
|
||||
self._display = None
|
||||
|
||||
def layout(self):
|
||||
if self.config['color'] == 'black':
|
||||
|
Reference in New Issue
Block a user