Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
6036c8a6
Unverified
Commit
6036c8a6
authored
May 09, 2024
by
serg3295
Committed by
GitHub
May 09, 2024
Browse files
Update u8g2 docs (#3650)
Added description for `updateDisplay()` and `updateDisplayArea()` functions.
parent
7c95e232
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/modules/u8g2.md
View file @
6036c8a6
...
...
@@ -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
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment