Update u8g2 docs (#3650)
Added description for `updateDisplay()` and `updateDisplayArea()` functions.
This commit is contained in:
parent
7c95e23216
commit
6036c8a6ed
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue