The step encoders of my SEQ-V4 increment by turning ccw and decrement by turning cw :frantics:
So I want to change the direction of my encoders within the code of SEQ V4. But I feel unsure what code to add and where.
My guess (as C and MIOS rookie) is following code either in /core/seq_ui within the Encoder handler:
/////////////////////////////////////////////////////////////////////////////
// Encoder handler
/////////////////////////////////////////////////////////////////////////////
s32 SEQ_UI_Encoder_Handler(u32 encoder, s32 incrementer)
{
incrementer = 0-incrementer
or in /core/app:
void APP_ENC_NotifyChange(u32 encoder, s32 incrementer)
{
incrementer = 0-incrementer
doesn’t make any big difference (as long as Idont use debug mode), right?
thanks for your inputs!
btw. change of the pinning hardwarewise is not really an option. I’ve (also for the first time) designed my own boards for Step-encoders, GP-buttons and GP-LED’s. Accidentaly I mixed up the pinning of the encoders. The boards use smd parts :afro: and soldering wires between encoders and smd 74hc165 just is too fiddly…