Unverified Commit 6036c8a6 authored by serg3295's avatar serg3295 Committed by GitHub
Browse files

Update u8g2 docs (#3650)

Added description for `updateDisplay()` and `updateDisplayArea()` functions.
parent 7c95e232
......@@ -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).
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment