Reference to SW for HW ResTouch-LCD-2.8 #16194
Unanswered
JoGeDuBo
asked this question in
RP2040 / Pico
Replies: 1 comment
-
Excellent! I'm glad you found the library useful and could get it work on your hardware. Any other feedback you might have would be very appreciated. Thanks for this information - I've fixed that here: unital/tempe#58 If it's OK with you I will make a waveshare class based on the settings you have here. And yes, I need to update the temperature sensor example, but I didn't have an issue open for it. I do now: unital/tempe#59 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With a little adaptation, this excellent SW https://github.com/unital/tempe runs on this HW https://www.waveshare.com/wiki/Pico-ResTouch-LCD-2.8 too.
(I myself, as a hobby, had already started to write a similar, but a few numbers smaller, SW for this HW with some success. I probably don't need to pursue this any further now. )
Here https://github.com/unital/tempe/blob/main/src/tempe_displays/st7789/pimoroni.py only this
has to be inserted at the end of the file, then all examples from https://github.com/unital/tempe/tree/main/example will run (except temperature_screen.py).
In PimoroniDisplay.init, line 44, this code should be inserted for the sake of completeness, even if reset is not used in the examples:
Beta Was this translation helpful? Give feedback.
All reactions