Added 38 waveshare displays or so

Layouts may not be correct, but I have no way of testing that.
This commit is contained in:
Jeroen Oudshoorn
2024-01-15 22:46:18 +01:00
parent c9bdce0ea3
commit c27cc0ac24
70 changed files with 1582 additions and 4079 deletions

View File

@ -32,10 +32,10 @@ class Waveshare154V2(DisplayImpl):
return self._layout
def initialize(self):
logging.info("initializing waveshare v154 display")
logging.info("initializing waveshare v1in54_v2 display")
from pwnagotchi.ui.hw.libs.waveshare.v1in54_v2.epd1in54_V2 import EPD
self._display = EPD()
self._display.init()
self._display.init(False)
self._display.Clear()
def render(self, canvas):