mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
Fixed @param argument documentation
This commit is contained in:
parent
022e8920cc
commit
098fa70aae
@ -1484,7 +1484,8 @@ void Adafruit_GFX_Button::initButton(
|
|||||||
@param fill Color of the button fill (16-bit 5-6-5 standard)
|
@param fill Color of the button fill (16-bit 5-6-5 standard)
|
||||||
@param textcolor Color of the button label (16-bit 5-6-5 standard)
|
@param textcolor Color of the button label (16-bit 5-6-5 standard)
|
||||||
@param label Ascii string of the text inside the button
|
@param label Ascii string of the text inside the button
|
||||||
@param textsize The font magnification of the label text
|
@param textsize_x The font magnification in X-axis of the label text
|
||||||
|
@param textsize_y The font magnification in Y-axis of the label text
|
||||||
*/
|
*/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
// Classic initButton() function: pass center & size
|
// Classic initButton() function: pass center & size
|
||||||
@ -1533,7 +1534,8 @@ void Adafruit_GFX_Button::initButtonUL(
|
|||||||
@param fill Color of the button fill (16-bit 5-6-5 standard)
|
@param fill Color of the button fill (16-bit 5-6-5 standard)
|
||||||
@param textcolor Color of the button label (16-bit 5-6-5 standard)
|
@param textcolor Color of the button label (16-bit 5-6-5 standard)
|
||||||
@param label Ascii string of the text inside the button
|
@param label Ascii string of the text inside the button
|
||||||
@param textsize The font magnification of the label text
|
@param textsize_x The font magnification in X-axis of the label text
|
||||||
|
@param textsize_y The font magnification in Y-axis of the label text
|
||||||
*/
|
*/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
void Adafruit_GFX_Button::initButtonUL(
|
void Adafruit_GFX_Button::initButtonUL(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user