ctag-straempler icon indicating copy to clipboard operation
ctag-straempler copied to clipboard

Encoder direction

Open bretdennison opened this issue 2 years ago • 1 comments

Is there a way to reverse the encoder direction? Thanks

bretdennison avatar May 15 '22 14:05 bretdennison

You would have to build your own firmware. If you configure the project with idf.py menuconfig, there is a configuration option to invert the encoder. If you clone the repository on Github, you can use the Github action to build the firmware in the cloud. However, before doing that you would have to manually edit the sdkconfig.default file and comment out line 125 (CONFIG_SWAP_ENCODER_PINS=y). That would be the equivalent of doing it with idf.py menuconfig.

ctag-fh-kiel avatar May 17 '22 17:05 ctag-fh-kiel