mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Set correct position for memtemp plugin so that it does not overlap with regular messages for waveshare27inch.
Signed-off-by: ArnCo <arnaud@cordier.work>
This commit is contained in:
@ -6,7 +6,7 @@ from pwnagotchi.ui.hw.base import DisplayImpl
|
||||
|
||||
class Waveshare27inch(DisplayImpl):
|
||||
def __init__(self, config):
|
||||
super(Waveshare27inch, self).__init__(config, 'waveshare_2_7inch')
|
||||
super(Waveshare27inch, self).__init__(config, 'waveshare27inch')
|
||||
self._display = None
|
||||
|
||||
def layout(self):
|
||||
|
Reference in New Issue
Block a user