You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm building this fine piece of electronics.
But i have a little issue, The encoder that i use, have build-in RGB led and have common with the button. The encoder in schematic, is pulled high and triggers with low. Because my LED have (+) common with the button i need to change the code. But i have some trouble figuring out what is going on in ClickEncoder.h
In line 60 : ClickEncoder(uint8_t A, uint8_t B, uint8_t BTN = -1,
uint8_t stepsPerNotch = 1, bool active = LOW);
Can i change bool active = LOW to bool active = HIGH to fit to my button or will that change, also affect the encoder A/B buttons?
In advance thank you.
The text was updated successfully, but these errors were encountered:
Hi.
I'm building this fine piece of electronics.
But i have a little issue, The encoder that i use, have build-in RGB led and have common with the button. The encoder in schematic, is pulled high and triggers with low. Because my LED have (+) common with the button i need to change the code. But i have some trouble figuring out what is going on in ClickEncoder.h
In line 60 : ClickEncoder(uint8_t A, uint8_t B, uint8_t BTN = -1,
uint8_t stepsPerNotch = 1, bool active = LOW);
Can i change bool active = LOW to bool active = HIGH to fit to my button or will that change, also affect the encoder A/B buttons?
In advance thank you.
The text was updated successfully, but these errors were encountered: