BDN9: Fix encoder direction, add 3rd encoder for Rev. 1.3 support (#10883)
This commit is contained in:
parent
2ffac90c99
commit
3e0789c961
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
{ E6, B4, B2 } \
|
||||
}
|
||||
|
||||
#define ENCODERS_PAD_A { D1, F5 }
|
||||
#define ENCODERS_PAD_B { D0, F6 }
|
||||
#define ENCODERS_PAD_A { D0, F6, B6 }
|
||||
#define ENCODERS_PAD_B { D1, F5, F7 }
|
||||
|
||||
#define BACKLIGHT_PIN B5
|
||||
// #define BACKLIGHT_BREATHING
|
||||
|
|
Loading…
Reference in a new issue