Hi all!
I have a crazy idea. I am wondering whether it is possible to use the R-Pi as a display device for an embedded system (ES). My idea is for this ES to use a monitor connected to the R-Pi as its screen for both text and graphics (mostly graphics). The ES would send the data to be displayed, perhaps as commands, to the R-Pi who in turn would process the request and display whatever the ES sent over.
I believe that it would be necessary to program the graphics engine on the R-PI, but maybe outside of the Linux GUI environments. It needs to be as fast as possible, although I imagine the ES to be (much?) slower than the R-Pi, so the graphics only have to be fast enough to stay ahead of the data sent over.
Is such an endeavor feasible? What resources would be helpful? (Documentation)
Thanks!
Sgarcia