Skip to content

Commit

Permalink
Fix Bitmap symbol table
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Feb 9, 2023
1 parent 343a0cc commit c435f8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions radio/src/lua/api_colorlcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,9 @@ LROT_END(bitmap_mt, NULL, LROT_MASK_GC)

LROT_BEGIN(bitmaplib, NULL, 0)
LROT_FUNCENTRY( open, luaOpenBitmap )
LROT_FUNCENTRY( getSize, luaGetBitmapSize )
LROT_FUNCENTRY( resize, luaBitmapResize )
LROT_FUNCENTRY( toMask, luaBitmapTo8bitMask )
LROT_END(bitmaplib, NULL, 0)

extern "C" {
Expand Down

0 comments on commit c435f8a

Please sign in to comment.