Skip to content

Commit

Permalink
corrected compile arrors
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjshaffer committed Jan 14, 2024
1 parent 9053899 commit db9e9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Adafruit_GFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ class Adafruit_GFX_Button {
uint8_t _textsize_x; ///< width of text character in pixels
uint8_t _textsize_y; ///< height of text character in pixels
uint16_t _outlinecolor; ///< button outline color
_fillcolor; ///< button fill color
_textcolor; ///< text color
uint16_t _fillcolor; ///< button fill color
uint16_t _textcolor; ///< text color
char _label[10]; ///< text label on button

bool currstate, laststate;
Expand Down

0 comments on commit db9e9e6

Please sign in to comment.