Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zedius

Pages: [1]
1
preenfm2 and preenfm3 / Re: reversed encoders problem
« on: June 06, 2019, 05:40:36 PM »
Thanks, I'll give that a shot! Looking at encoders.cpp I see that the inversed encoder may already be defined here:

   int inversedEnc = (encoderType & 0x2) == 0 ? 1 : -1;

Is that a different way of writing the inversedEnc = (k<2 ? -1 : 1); code that you mentioned? Or do I need to add that somewhere?


2
preenfm2 and preenfm3 / Re: reversed encoders problem
« on: May 27, 2019, 09:04:01 AM »
I'm having this problem as well. My two left-most encoders are inverted, but my two right-most encoders are correct.

I've tried switching my Encoders setting in the settings.txt file to 3, but this resulted in my left-most encoder turning correctly but also simultaneously affecting the 3rd field instead of just the 1st. Super weird.

I would like to try the firmware linked above, but I'm not sure how to compile the cpp files into a .bin that can be flashed to the PreenFM2. Am I missing something?

Thanks!

Pages: [1]