diff --git a/Adafruit_GFX.cpp b/Adafruit_GFX.cpp index 922c3aad..16c92c32 100644 --- a/Adafruit_GFX.cpp +++ b/Adafruit_GFX.cpp @@ -1734,6 +1734,7 @@ bool Adafruit_GFX_Button::justReleased() { return (!currstate && laststate); } void Adafruit_GFX_Button::setLabel(char *label) { strncpy(_label, label, 9); _label[9] = 0; + drawButton(); } /**************************************************************************/ /*!