mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-07-30 02:37:33 +02:00
Fix #1983
This commit is contained in:
@ -8,6 +8,8 @@ TFT_eSPI_Button::TFT_eSPI_Button(void) {
|
||||
_yd = 0;
|
||||
_textdatum = MC_DATUM;
|
||||
_label[9] = '\0';
|
||||
currstate = false;
|
||||
laststate = false;
|
||||
}
|
||||
|
||||
// Classic initButton() function: pass center & size
|
||||
|
Reference in New Issue
Block a user