forked from len0rd/rockbox
lua optimize print include, fix draw_poly
Change-Id: Ibb530cfa63681727be518173404952e897c9d297
This commit is contained in:
parent
668eed3147
commit
d1f349bf77
3 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue