Move Motion Menu to its own file
This commit is contained in:
parent
3a9ad9f2b1
commit
a489c9fa52
5 changed files with 503 additions and 479 deletions
|
|
@ -131,6 +131,7 @@ void lcd_status_screen();
|
|||
uint32_t encoderPosition;
|
||||
millis_t lastEncoderMovementMillis = 0;
|
||||
bool lcd_clicked, wait_for_unclick;
|
||||
float move_menu_scale;
|
||||
|
||||
bool use_click() {
|
||||
const bool click = lcd_clicked;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue