mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update displayhatmini.py
fix: added backlight pin
This commit is contained in:
@ -35,7 +35,7 @@ class DisplayHatMini(DisplayImpl):
|
|||||||
def initialize(self):
|
def initialize(self):
|
||||||
logging.info("initializing hatmini display")
|
logging.info("initializing hatmini display")
|
||||||
from pwnagotchi.ui.hw.libs.pimoroni.displayhatmini.ST7789 import ST7789
|
from pwnagotchi.ui.hw.libs.pimoroni.displayhatmini.ST7789 import ST7789
|
||||||
self._display = ST7789(0,1,9)
|
self._display = ST7789(0,1,9,13)
|
||||||
# self.reset()
|
# self.reset()
|
||||||
# self._display.clear()
|
# self._display.clear()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user