Commit f9f9a4ba authored by Bodmer's avatar Bodmer

Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI

parents 55477b58 afd72efb
...@@ -8,6 +8,8 @@ TFT_eSPI_Button::TFT_eSPI_Button(void) { ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment