I would solder headers, but there are options without headers.
Some companies sell display with USB connection.
A DIY solution would be to use a raspberry pico (USB serial) with a display attached. Example https://shop.pimoroni.com/products/pico ... 4122582099
The software could be to acquire the weather data in a json data structure and send these (use pyserial) to the pico. On pico, use micropython to unpack the json and prepare the view elements. Not a simple solution, not finished in five minutes, but it does not need header on the Pi zero...
Some companies sell display with USB connection.
A DIY solution would be to use a raspberry pico (USB serial) with a display attached. Example https://shop.pimoroni.com/products/pico ... 4122582099
The software could be to acquire the weather data in a json data structure and send these (use pyserial) to the pico. On pico, use micropython to unpack the json and prepare the view elements. Not a simple solution, not finished in five minutes, but it does not need header on the Pi zero...
Statistics: Posted by ghp — Sat Jan 11, 2025 12:34 pm