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
7c95e232
Unverified
Commit
7c95e232
authored
May 03, 2024
by
serg3295
Committed by
GitHub
May 03, 2024
Browse files
Fix typo in u8g2 updateDisplay function mapping (#3649)
parent
92f37dea
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/u8g2.c
View file @
7c95e232
...
@@ -600,7 +600,7 @@ LROT_BEGIN(lu8g2_display, NULL, LROT_MASK_INDEX)
...
@@ -600,7 +600,7 @@ LROT_BEGIN(lu8g2_display, NULL, LROT_MASK_INDEX)
LROT_FUNCENTRY
(
setFontRefHeightExtendedText
,
lu8g2_setFontRefHeightExtendedText
)
LROT_FUNCENTRY
(
setFontRefHeightExtendedText
,
lu8g2_setFontRefHeightExtendedText
)
LROT_FUNCENTRY
(
setFontRefHeightText
,
lu8g2_setFontRefHeightText
)
LROT_FUNCENTRY
(
setFontRefHeightText
,
lu8g2_setFontRefHeightText
)
LROT_FUNCENTRY
(
setPowerSave
,
lu8g2_setPowerSave
)
LROT_FUNCENTRY
(
setPowerSave
,
lu8g2_setPowerSave
)
LROT_FUNCENTRY
(
updateDispla
,
lu8g2_updateDisplay
)
LROT_FUNCENTRY
(
updateDispla
y
,
lu8g2_updateDisplay
)
LROT_FUNCENTRY
(
updateDisplayArea
,
lu8g2_updateDisplayArea
)
LROT_FUNCENTRY
(
updateDisplayArea
,
lu8g2_updateDisplayArea
)
LROT_END
(
lu8g2_display
,
NULL
,
LROT_MASK_INDEX
)
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