mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
lua add rb_poly.lua vector drawing and memoization demo
just playing around with using lots of ram (and processing power) in lua threw this together vector draws Rb logo and flips rotates and zoom Change-Id: Ie1fe16a9a50271657f2ab7b9a39bf71e6db90d2c
This commit is contained in:
parent
530cad0c7a
commit
e75ffe5f72
2 changed files with 438 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ local button_t = {
|
|||
SELR = rb.actions.PLA_SELECT_REPEAT,
|
||||
UP = rb.actions.PLA_UP,
|
||||
UPR = rb.actions.PLA_UP_REPEAT,
|
||||
NONE = rb.actions.NONE,
|
||||
}
|
||||
|
||||
rb = oldrb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue