waveshare35lcd.py: small bug fix to show face immediately

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 16:37:37 +02:00
parent 86df024163
commit 967870f5e1

View File

@ -41,7 +41,7 @@ class Waveshare35lcd(DisplayImpl):
from pwnagotchi.ui.hw.libs.fb import fb
self._display = fb
logging.info("initializing waveshare 3,5inch lcd display")
self._display.ready_fb(i=1)
self._display.ready_fb(i=0)
self._display.black_scr()
def render(self, canvas):