mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-01 03:34:43 +02:00
Fix #1983
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user