Dynamic Encoder

Hi community,
Question about encoders: would it be possible to increase the multiplier when I give long (or fast) rotations to the shaft, and decrease the multiplier when I rotate the shaft slowly?
Like having coarse and fine tuning on the same knob.
Cheers

you have libraries maintaining speed like GitHub - MajicDesigns/MD_REncoder: Rotary Encoder Library or GitHub - Erriez/ErriezRotaryEncoderFullStep: 3 speed full step Rotary Encoder library for Arduino. Polling and interrupts are supported. (and more)

you could use the speed to decide for coarse and fine tuning

Hello @J-M-L
thanks for your reply, I'll check those links out.
Cheers