Skip to content

Commit 89d268f

Browse files
authored
u8g2: Fix name of updateDisplay export (#3093)
Correct typo in Lua export from updateDispla() to updateDisplay()
1 parent 88a33af commit 89d268f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/modules/u8g2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ LROT_BEGIN(lu8g2_display, NULL, LROT_MASK_INDEX)
607607
LROT_FUNCENTRY( setFontRefHeightExtendedText, lu8g2_setFontRefHeightExtendedText )
608608
LROT_FUNCENTRY( setFontRefHeightText, lu8g2_setFontRefHeightText )
609609
LROT_FUNCENTRY( setPowerSave, lu8g2_setPowerSave )
610-
LROT_FUNCENTRY( updateDispla, lu8g2_updateDisplay )
610+
LROT_FUNCENTRY( updateDisplay, lu8g2_updateDisplay )
611611
LROT_FUNCENTRY( updateDisplayArea, lu8g2_updateDisplayArea )
612612
LROT_END(lu8g2_display, NULL, LROT_MASK_INDEX)
613613

0 commit comments

Comments
 (0)