traaaaaaannnnnnnnnns
Welcome to /c/traaaaaaannnnnnnnnns, an anti-capitalist meme community for transgender and gender diverse people.
-
Please follow the Hexbear Code of Conduct
-
Selfies are not permitted for the personal safety of users.
-
No personal identifying information may be posted or commented.
-
Stay on topic (trans/gender stuff).
-
Bring a trans friend!
-
Any image post that gets 200 upvotes with "banner" or "rule 6" in the title becomes the new banner.
-
Posts about dysphoria/trauma/transphobia should be NSFW tagged for community health purposes.
-
When made outside of NSFW tagged posts, comments about dysphoria/traumatic/transphobic material should be spoiler tagged.
-
Arguing in favor of transmedicalism is unacceptable. This is an inclusive and intersectional community.
-
While this is mostly a meme community, we allow most trans related posts as we grow the trans community on the fediverse.
If you need your neopronouns added to the list, please contact the site admins.
Remember to report rulebreaking posts, don't assume someone else has already done it!
Matrix Group Chat:
Suggested Matrix Client: Cinny
https://rentry.co/tracha (Includes rules and invite link)
WEBRINGS:
🏳️⚧️ Transmasculine Pride Ring 🏳️⚧️

view the rest of the comments
not sure if full-size pi has this and if you're talking about full size or the microcontrollers or not but the rp2350 has an HSTX interface which is DVI compatible (and somehow this means you can connect it up via HDMI). I think you'd need a rp2350 board that breaks out that peripheral though (not a Pico 2)
I haven't used it but I have had success with a pico 2 and using SPI for display transmission, a bunch of displays do support it if you need to save pins but it is of course slower. I had to isolate the MOSI wire and make it shorter to get it to 75MHz without glitching (I don't think it actually runs at that speed but that's the speed I set the SPI peri to) and it results in ~20-25ms to stream out a framebuffer using DMA (but that core is competing with a tragically synchronous sdmmc library)