Fix typo in u8g2 updateDisplay function mapping (#3649)

This commit is contained in:
serg3295 2024-05-03 13:51:05 +03:00 committed by GitHub
parent 92f37dea2d
commit 7c95e23216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,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( updateDisplay, lu8g2_updateDisplay )
LROT_FUNCENTRY( updateDisplayArea, lu8g2_updateDisplayArea )
LROT_END(lu8g2_display, NULL, LROT_MASK_INDEX)