Fix #1983
This commit is contained in:
parent
333f0f845c
commit
afd72efb5a
|
|
@ -8,6 +8,8 @@ TFT_eSPI_Button::TFT_eSPI_Button(void) {
|
||||||
_yd = 0;
|
_yd = 0;
|
||||||
_textdatum = MC_DATUM;
|
_textdatum = MC_DATUM;
|
||||||
_label[9] = '\0';
|
_label[9] = '\0';
|
||||||
|
currstate = false;
|
||||||
|
laststate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Classic initButton() function: pass center & size
|
// Classic initButton() function: pass center & size
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue