bdurbrow / grbl-Mega

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/gnea/grbl/wiki
MIT License
35 stars 8 forks source link

Arduino ide 1.8.10 uploading the update from October 2019 does not work matrix keypad #19

Closed qulet closed 4 years ago

qulet commented 4 years ago

When I go back to the previous version everything is ok. What can I do to make the 4x4 key matrix enable?

qulet commented 4 years ago

must be #define UI_KEYPAD_ORIENTATION 0 I had #define UI_KEYPAD_ORIENTATION 180

bdurbrow commented 4 years ago

Oops... The default was supposed to be zero... I don’t know how that made it into the version that got pushed to github; but I’ll fix it in the next update.