File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1484,7 +1484,8 @@ void Adafruit_GFX_Button::initButton(
14841484 @param fill Color of the button fill (16-bit 5-6-5 standard)
14851485 @param textcolor Color of the button label (16-bit 5-6-5 standard)
14861486 @param label Ascii string of the text inside the button
1487- @param textsize The font magnification of the label text
1487+ @param textsize_x The font magnification in X-axis of the label text
1488+ @param textsize_y The font magnification in Y-axis of the label text
14881489*/
14891490/* *************************************************************************/
14901491// Classic initButton() function: pass center & size
@@ -1533,7 +1534,8 @@ void Adafruit_GFX_Button::initButtonUL(
15331534 @param fill Color of the button fill (16-bit 5-6-5 standard)
15341535 @param textcolor Color of the button label (16-bit 5-6-5 standard)
15351536 @param label Ascii string of the text inside the button
1536- @param textsize The font magnification of the label text
1537+ @param textsize_x The font magnification in X-axis of the label text
1538+ @param textsize_y The font magnification in Y-axis of the label text
15371539*/
15381540/* *************************************************************************/
15391541void Adafruit_GFX_Button::initButtonUL (
You can’t perform that action at this time.
0 commit comments