Move definition of "blink" to main ultralcd file
This commit is contained in:
parent
8f24475e02
commit
cc291aeb3c
4 changed files with 4 additions and 2 deletions
|
|
@ -26,6 +26,8 @@
|
|||
#define ENCODER_DIRECTION_MENUS() ;
|
||||
#endif
|
||||
|
||||
uint8_t blink = 0; // Variable for animation
|
||||
|
||||
int8_t encoderDiff; // updated from interrupt context and added to encoderPosition every LCD update
|
||||
|
||||
bool encoderRateMultiplierEnabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue