openHASP on RPi zero #324
Answered
by
fvanroie
DolceTriade
asked this question in
Q&A
-
Hello, I have an older RPi zero with a 3.5in touch screen lying around. Would it be possible to port the code to run on that? |
Beta Was this translation helpful? Give feedback.
Answered by
fvanroie
Apr 21, 2022
Replies: 1 comment 6 replies
-
It's possible, but it hasn't been ported to RPi. The code can be built to run on Linux as a desktop app through SDL2. If you have an SPI RPi display, it might be easier to get an ESP32-One from Waveshare since it has the same pin header. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
DolceTriade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible, but it hasn't been ported to RPi. The code can be built to run on Linux as a desktop app through SDL2.
But for a Pi you'd probably want to use a framebuffer and evdev touch driver... neither have been ported and tested.
So, it depends on the time and skills.
If you have an SPI RPi display, it might be easier to get an ESP32-One from Waveshare since it has the same pin header.