Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI
This commit is contained in:
commit
f9f9a4ba63
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue