When _view_on_starting is inside the try:except:, any display errors, especially from misconfigured plugins, will trigger the exception and delete RSA keys unnecessarily.
By moving _view_on_starting after the except: clause, only errors during key loading will lead to deleted keys. view errors will silently fail.
Signed-off-by: Sniffleupagus <129890632+Sniffleupagus@users.noreply.github.com>
display check with 2.9.2
-gfxhat
sn3218 library missing from the venv, added to /hw/libs/pimoroni/gfxhat/
cleanup of the code (EPD changed to LCD)
logging info added for config options (contrast, color)
touch control work in progress (6 touch buttons with short and long press and LED feedback)
-i2coled
cleanup of the code (EPD changed to OLED)
Logging info added for config options (width, height, i2c address)
-oledlcd and oledlcdvert
working out of the box
logging info added for available gpio breakouts (buttons)
-displayhatmini
working out of the box
logging info added for available gpio breakouts (buttons, rgb LED, i2c bus)
-pirateaudio
working out of the box
logging info added for available gpio breakouts (buttons, i2s bus)
-pitft
working out of the box
logging info added for available gpio breakouts (buttons)
-tftbonnet
working out of the box
logging info added for available gpio breakouts (buttons, i2c bus)
-minipitft
working out of the box
logging info added for available gpio breakouts (buttons, i2c bus)
-minipitft2
cant test on HW but should work!
logging info added for available gpio breakouts (buttons, i2c bus)
-argonpod
cant test on HW but should work!
logging info added for available gpio breakouts (buttons, IR)
Receive GPS coordinates via termux-location and save whenever an handshake is captured.
Signed-off-by: Kris Henriksen <krishenriksen@users.noreply.github.com>