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
a0864c43
Commit
a0864c43
authored
May 09, 2020
by
ecrips
Committed by
Marcel Stör
Jun 09, 2020
Browse files
u8g2: Fix name of updateDisplay export (#3093)
Correct typo in Lua export from updateDispla() to updateDisplay()
parent
6e020a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/u8g2.c
View file @
a0864c43
...
...
@@ -607,7 +607,7 @@ LROT_BEGIN(lu8g2_display, NULL, LROT_MASK_INDEX)
LROT_FUNCENTRY
(
setFontRefHeightExtendedText
,
lu8g2_setFontRefHeightExtendedText
)
LROT_FUNCENTRY
(
setFontRefHeightText
,
lu8g2_setFontRefHeightText
)
LROT_FUNCENTRY
(
setPowerSave
,
lu8g2_setPowerSave
)
LROT_FUNCENTRY
(
updateDispla
,
lu8g2_updateDisplay
)
LROT_FUNCENTRY
(
updateDispla
y
,
lu8g2_updateDisplay
)
LROT_FUNCENTRY
(
updateDisplayArea
,
lu8g2_updateDisplayArea
)
LROT_END
(
lu8g2_display
,
NULL
,
LROT_MASK_INDEX
)
...
...
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