Skip to content

Commit

Permalink
mod2
Browse files Browse the repository at this point in the history
  • Loading branch information
ihakov2 committed Oct 26, 2023
1 parent 5d22d2c commit 64122c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Adafruit_GFX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,7 @@ char *Adafruit_GFX_Button::getLabel() { return _label; }
void Adafruit_GFX_Button::setEnabled(bool enable, uint16_t fillColor) {
_enabled = enable;
_fillcolor = fillColor;
currstate = (enable? currstate: false);
drawButton();
}

Expand Down

0 comments on commit 64122c6

Please sign in to comment.