TFT followup fixes (#19710)
This commit is contained in:
committed by
Scott Lahteine
parent
1ef1ea0b3e
commit
252fd66b76
@ -474,7 +474,8 @@ void lv_encoder_pin_init() {
|
||||
#endif
|
||||
|
||||
|
||||
static uint8_t buttons = newbutton;
|
||||
static uint8_t buttons = 0;
|
||||
buttons = newbutton;
|
||||
static uint8_t lastEncoderBits;
|
||||
|
||||
#define encrot0 0
|
||||
|
Reference in New Issue
Block a user