Files
JIMRI/jython/javaone/speedo.py
T
2026-06-17 14:00:51 +02:00

8 lines
173 B
Python

# Put a speedometer on scree
s = jmri.jmrit.speedometer.SpeedometerFrame()
s.setInputs("LS150", "LS151", "LS152", "212", "425")
s.setLocation(1000, 917)
s.show()
s.setup()