Skip to content

Commit 098fa70

Browse files
committed
Fixed @param argument documentation
1 parent 022e892 commit 098fa70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Adafruit_GFX.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/**************************************************************************/
15391541
void Adafruit_GFX_Button::initButtonUL(

0 commit comments

Comments
 (0)