Skip to content

Commit

Permalink
Update u8g2 docs (#3650)
Browse files Browse the repository at this point in the history
Added description for `updateDisplay()` and `updateDisplayArea()` functions.
  • Loading branch information
serg3295 authored May 9, 2024
1 parent 7c95e23 commit 6036c8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/modules/u8g2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 6036c8a

Please sign in to comment.