Hello,
My name is Márcio. I am from Brazil and this is my first post here.
Now I am looking for options for a graphical user interface for an industrial monitoring application I am developing on Python. The application will run automatically after boot and then take over full screen. Probably I will use a PyTFT touch display. I don´t need a complete graphical environment (LXDE or something), and the Pi will be completely dedicated to just this single application. Some people call this a kiosk mode app.
The graphical design of the screen will be simple (basically numbers, but maybe a graphic) but informations on screen must be updated when events happens on the controlled industrial equipment, sometimes every one second or so. My current options are:
a) PyGame.
b) FullScreen Browser and Flask-SocketIO.
c) Curses (text mode library. I don´t know if it can use a mouse and buttons).
Do I have other options? What do you thing will be the simpler option?
Thank you,
Márcio Moreira