소스 검색

u8g2: Fix name of updateDisplay export (#3093)

Correct typo in Lua export from updateDispla() to updateDisplay()
ecrips 4 년 전
부모
커밋
a0864c4382
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/modules/u8g2.c

+ 1 - 1
app/modules/u8g2.c

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