nebhead / PiFire

PiFire is a Smart WiFi enabled controller for your pellet smoker / grill.
https://nebhead.github.io/PiFire-Pages
MIT License
82 stars 32 forks source link

Added 240x320 ST7789 display modules #101

Closed weberbox closed 2 years ago

weberbox commented 2 years ago

Added 240x320 ST7789 display modules with no input, button input and adjusted encoder support. Added a display rotation setting to ILI9341 and ST7789 displays in the wizard setup. Removed endswith('b') for display buttons modules and added buttonslevel and rotation variables to all displays. Updated wizard to convert number strings to int or float. A couple bugfixes in display modules (missing network in pygame, self._display_canvas(img) outside of menuactive, Added spidev back to ili9341_em module, missing socket in ssd1306).

nebhead commented 2 years ago

Wow - Excellent work! Thank you so much for this update!