Found via `codespell -q 3 -S *.po,*.ts,./share,./docs/man/es,./configs/attic,*_fr.*,*_es.*,README_es -L ans,ba,bulle,componentes,doubleclick,dout,dum,fo,halp,ihs,inout,parm,parms,ro,ser,te,ue,wille,wont`
new property: show_scaled_value
(default==False for compatibilty with prior behavior)
new IN halpin: .scale (default 1.0)
new function: get_scaled_value()
(enables creation of .scaled OUT pin in parent class
(_HalJogWheelBase))
Signed-off-by: Dewey Garrett <dgarrett@panix.com>
- this widget simulates a real jogwheel, it works similar
to the pyvcp jogwheel widget from Anders Wallin
- I exports one halpin, representing the counts value
and has the following propertys
show counts = bool , whether you want to display the counts in the widget or not
size = interger , the size of the widget in pixel,
allowed values are in the range from 100 to 500,
default is 300
cpr = integer , The counts per revolution,
allowed values are in the range from 25 to 360,
default is 40