Page 1 of 1

Gauge display

Posted: Mon Jan 02, 2017 9:57 pm
by bb677a
I have a Pi and a touchscreen that will be used as a control panel, so gauges, buttons, dials/sliders, that type of thing. I have always used wxPython for GUIs (not on a Pi), but the gauges included in wx don't seem to work on the Pi. Also, the wx look is fine if functionality is the only requirement and aesthetics don't matter much. Is there a 'preferred' package for a modern looking GUI including gauges with a Pi? I highly prefer Python if possible as that is the only language I have significant experience with, but am open to other language suggestions if there aren't any good Python candidates. TIA.

Re: Gauge display

Posted: Wed Jan 04, 2017 10:59 am
by texy
Hi and welcome to the forum.
Kivy may be what you are looking for.....

https://kivy.org/docs/installation/inst ... n-rpi.html

Texy