fixing log reference

This commit is contained in:
V0r-T3x
2024-12-01 20:15:38 -05:00
parent 13bedbc834
commit 83e9ee6318
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class GamePi15(DisplayImpl):
return self._layout
def initialize(self):
logging.info("initializing gamepi20 display")
logging.info("initializing gamepi15 display")
from pwnagotchi.ui.hw.libs.pimoroni.displayhatmini.ST7789 import ST7789
self._display = ST7789(0, 0, 25, 24, 27, 240, 240, 270, True, 60 * 1000 * 1000, 0, 0)

View File

@ -32,7 +32,7 @@ class Spotpear154lcd(DisplayImpl):
return self._layout
def initialize(self):
logging.info("initializing gamepi15 display")
logging.info("initializing spotpear154lcd display")
from pwnagotchi.ui.hw.libs.pimoroni.displayhatmini.ST7789 import ST7789
self._display = ST7789(0, 0, 22, 24, 27, 240, 240, 0, True, 60 * 1000 * 1000, 0, 0)