beermat
Well-known member
If you have a Teensy with Ethernet and a TFT screen that you update with buffers of 16 bit RGB565 pixel data you should be able to use this code, along with the supplied Mac or Windows client, to also display (and control) the screen remotely on your desktop via the network:
The paint is still fresh and it's my first publicly shared code, so any help in testing this, and comments and improvements on the code, readme, etc would be appreciated! Quick video of it in action streaming my LVGL powered Teensy GUI, along with some client-side features that can help with GUI development, here:
Client has been tested on Windows 10 and MacOS Sonoma. I have working Android and iOS builds too, just need a code tweak for scaling and then find a way to distribute outside the relevant app stores.....
GitHub - egonbeermat/RemoteDisplay
Contribute to egonbeermat/RemoteDisplay development by creating an account on GitHub.
github.com
The paint is still fresh and it's my first publicly shared code, so any help in testing this, and comments and improvements on the code, readme, etc would be appreciated! Quick video of it in action streaming my LVGL powered Teensy GUI, along with some client-side features that can help with GUI development, here:
Client has been tested on Windows 10 and MacOS Sonoma. I have working Android and iOS builds too, just need a code tweak for scaling and then find a way to distribute outside the relevant app stores.....