forked from len0rd/rockbox
lua optimize poly_draw add draw_number, poly_points modules
Change-Id: Id36e765f18234f5a4f3092d090c0adffa3da1612
This commit is contained in:
parent
9f551b09f6
commit
b99d4d7fa9
4 changed files with 297 additions and 43 deletions
|
|
@ -17,9 +17,9 @@ OTHER_SRC += $(LUA_SRC)
|
|||
|
||||
LUA_INCLUDEDIR := $(LUA_SRCDIR)/include_lua
|
||||
LUA_INCLUDELIST := $(addprefix $(LUA_BUILDDIR)/,audio.lua blit.lua color.lua draw.lua draw_floodfill.lua draw_poly.lua \
|
||||
draw_text.lua image.lua image_save.lua lcd.lua math_ex.lua print.lua \
|
||||
timer.lua playlist.lua pcm.lua sound.lua \
|
||||
rbcompat.lua printtable.lua)
|
||||
draw_num.lua draw_text.lua image.lua image_save.lua lcd.lua math_ex.lua \
|
||||
print.lua timer.lua playlist.lua pcm.lua sound.lua \
|
||||
rbcompat.lua poly_points.lua printtable.lua)
|
||||
|
||||
|
||||
ifndef APP_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue