Join Nostr
2026-05-02 14:53:16 UTC

circfruit on Nostr: I’ve added jpeg view on the #reticulum t-deck #micropython chat app. Looks so cool ...

I’ve added jpeg view on the #reticulum t-deck #micropython chat app. Looks so cool 😁 I have to make a video about this. Basically when t-deck sends “image” keyword to the camera node, the former gets back a camera capture and can show it on the screen. I do some centering and resizing to fit it on 320x240 on the deck’s screen. Again, for the sake of speedy jpeg decoding is a C module with micropython python bindings.