mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 07:33:56 -06:00
Option to reverse select direction/buttons (#14693)
This commit is contained in:
parent
27952648cf
commit
128eed6b57
121 changed files with 960 additions and 5 deletions
|
@ -467,6 +467,7 @@ void _lcd_draw_homing() {
|
|||
//
|
||||
bool MarlinUI::selection; // = false
|
||||
bool MarlinUI::update_selection() {
|
||||
encoder_direction_select();
|
||||
if (encoderPosition) {
|
||||
selection = int16_t(encoderPosition) > 0;
|
||||
encoderPosition = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue