diff --git a/.gitmodules b/.gitmodules index 2aa5725..216a77f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -460,3 +460,6 @@ [submodule "libraries/drivers/pca9674"] path = libraries/drivers/pca9674 url = https://github.com/XENONFFM/CircuitPython_PCA9674.git +[submodule "libraries/helpers/rotaryselect"] + path = libraries/helpers/rotaryselect + url = https://github.com/FoamyGuy/CircuitPython_RotarySelect.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 721cb0e..0a6df67 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -128,6 +128,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython_PunkConsole](https://github.com/CedarGroveStudios/CircuitPython_PunkConsole.git) Emulate the Atari Punk Console \([Docs](https://github.com/CedarGroveStudios/CircuitPython_PunkConsole/blob/main/media/pseudo_readthedocs_cedargrove_punkconsole.pdf)) * [CircuitPython_RangeSlicer](https://github.com/CedarGroveStudios/CircuitPython_RangeSlicer.git) Scale a range of input values into quantized range using hysteresis for noise reduction \([Docs](https://github.com/CedarGroveStudios/CircuitPython_RangeSlicer/blob/master/media/pseudo_readthedocs_rangeslicer.pdf)) * [CircuitPython_RGB_SpectrumTools](https://github.com/CedarGroveStudios/CircuitPython_RGB_SpectrumTools.git) Methods and classes for converting a normalized spectral index to RGB color values \([Docs](https://github.com/CedarGroveStudios/CircuitPython_RGB_SpectrumTools/blob/main/media/pseudo_rtd_cedargrove_rgb_spectrumtools.pdf)) +c* [CircuitPython_RotarySelect](https://github.com/FoamyGuy/CircuitPython_RotarySelect) CircuitPython displayio widget with circle icons laid out around a circle with a selection indicator ([PyPi](https://pypi.org/project/circuitpython-rotaryselect/) \([Docs](https://circuitpython-rotarydial.readthedocs.io/en/latest/)) * [CircuitPython scales](https://github.com/jposada202020/CircuitPython_scales.git) Displayio widget to draw graphical scales. Scales can be animated, having the ability to represent realtime data ([PyPi](https://pypi.org/project/circuitpython-scales/)) \([Docs](https://circuitpython-scales.readthedocs.io/en/latest/)) * [CircuitPython_Schedule](https://github.com/cognitivegears/CircuitPython_Schedule) Reduced version of the schedule library for CircuitPython ([PyPi](https://pypi.org/project/circuitpython-schedule/)) \([Docs](https://circuitpython-schedule.readthedocs.io/en/latest/)) * [CircuitPython_ShadowWatcher](https://github.com/CedarGroveStudios/CircuitPython_ShadowWatcher.git) Detects a shadow cast over an analog light sensor \([Docs](https://github.com/CedarGroveStudios/CircuitPython_ShadowWatcher/blob/main/media/pseudo_readthedocs_shadowwatcher.pdf)) diff --git a/libraries/helpers/rotaryselect b/libraries/helpers/rotaryselect new file mode 160000 index 0000000..cae4481 --- /dev/null +++ b/libraries/helpers/rotaryselect @@ -0,0 +1 @@ +Subproject commit cae44812a127d8589073b38a52920efc4bf3f710