mirror of https://github.com/MLXXXp/Arduboy2.git
Fix typo in invert() function documentation
This commit is contained in:
parent
ca1c3ae024
commit
bc460a2cff
|
@ -572,7 +572,7 @@ class Arduboy2Core : public Arduboy2NoUSB
|
|||
* Invert the entire display or set it back to normal.
|
||||
*
|
||||
* \param inverse `true` will invert the display. `false` will set the
|
||||
* display to no-inverted.
|
||||
* display to non-inverted.
|
||||
*
|
||||
* \details
|
||||
* Calling this function with a value of `true` will set the display to
|
||||
|
|
Loading…
Reference in New Issue