Update u8g2 docs (#3650)

Added description for `updateDisplay()` and `updateDisplayArea()` functions.
This commit is contained in:
serg3295 2024-05-09 08:58:52 +03:00 committed by GitHub
parent 7c95e23216
commit 6036c8a6ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -601,3 +601,13 @@ See [u8g2 setFontRefHeightText()](https://github.com/olikraus/u8g2/wiki/u8g2refe
Activate or disable power save mode of the display.
See [u8g2 setPowerSave()](https://github.com/olikraus/u8g2/wiki/u8g2reference#setpowersave).
## u8g2.disp:updateDisplay()
Updates the display.
See [u8g2 updateDisplay()](https://github.com/olikraus/u8g2/wiki/u8g2reference#updateDisplay).
## u8g2.disp:updateDisplayArea()
Updates the specified rectangle area of the display.
See [u8g2 updateDisplayArea()](https://github.com/olikraus/u8g2/wiki/u8g2reference#updateDisplayArea).