1
0
Fork 0
forked from len0rd/rockbox

lua optimize print include, fix draw_poly

Change-Id: Ibb530cfa63681727be518173404952e897c9d297
This commit is contained in:
William Wilgus 2019-08-04 10:35:07 -05:00
parent 668eed3147
commit d1f349bf77
3 changed files with 12 additions and 4 deletions

View file

@ -29,6 +29,8 @@
if not rb.lcd_framebuffer then rb.splash(rb.HZ, "No Support!") return nil end
local _poly = {} do
-- Internal Constants
local rocklib_image = getmetatable(rb.lcd_framebuffer())
local BSAND = 8 -- blits color to dst if src <> 0
local _NIL = nil -- nil placeholder