peterhinch / micropython-micro-gui

A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons. See also micropython-touch.
MIT License
247 stars 37 forks source link

Add `delta` parameters to sliders #20

Closed Leonti closed 1 year ago

Leonti commented 1 year ago

This allows to specify min_delta and max_delta parameters when creating sliders. Useful when default increments are too small (when high precision is not necessary).

peterhinch commented 1 year ago

Thank you.