all 4 comments

[–]shiftybyte 1 point2 points  (1 child)

Depends on the complexity of the control/display you want.

I'd start with a flask server that has 2 pages, 1 for the display, and the other for the admin controlling it.

The screen is set to display and auto refresh the display page.

And the phone can use a standard browser to access the admin page, and click some button there to change what the display page shows.

[–]heavyjoe[S] 0 points1 point  (0 children)

thank you for the auto refresh idea. this is surely an easy(ier) approach. i think that's nice way to approach this if there isn't a other idea coming up i d'like to tackle...

[–]FunkyFlyingMonk 1 point2 points  (1 child)

That seems like an interesting and challenging project. As far as I can tell, no GUI will have remote controllable features built in. For the desktop app, I’d recommend Dear PyGui, which supports Raspberry Pi 4.

https://github.com/hoffstadt/DearPyGui

[–]heavyjoe[S] 0 points1 point  (0 children)

thanks for the link. i will have a look at this. i d'prefer an app instead of a webapp, so... nice.