1
0
Fork 0
forked from len0rd/rockbox

lua optimize poly_draw add draw_number, poly_points modules

Change-Id: Id36e765f18234f5a4f3092d090c0adffa3da1612
This commit is contained in:
William Wilgus 2019-08-26 22:17:33 -05:00
parent 9f551b09f6
commit b99d4d7fa9
4 changed files with 297 additions and 43 deletions

View file

@ -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