EncoderButton icon indicating copy to clipboard operation
EncoderButton copied to clipboard

Lossless event based rotary encoder+button library for Arduino and Teensy

Results 3 EncoderButton issues
Sort by recently updated
recently updated
newest added

I'm using this on a ATmega644P processor using the MightCore board and board manager. Here is my used pins and how they are set up. `*** rotary encoder setup *****************...

Hello, I am using a lilygo t7 v1.5 board (esp32-wrover-b). I am trying to use a button with an encoder+button, but the examples of EncoderButton and my own code both...

Hi I use a rotary encoder with 2 pulses per click. To work well with you library, I have change the ‘positionDivider’ to 2. But the solution is not that...