1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lua/include_lua
William Wilgus a6570b7d37 lua use lcd_drawline to draw lines inside rliimages
rewrite draw_text to use new viewport buffer

set_viewport now accepts rliimage to allowe interfacing with rb. functions

fix long standing 2-bit bug with text drawing in lua
fix 2-bit img
saving bug (i'm guessing just a one off, just enabled clipping)

fix font_getstringsize bug

fix shape of numbers draw_num.lua also add auto centering

add page scrolling to printtable

add a new demo script 'stars'

Change-Id: I866905cee82ee89ebc0eb020a56a7ecdb101bf5e
2024-04-18 13:11:51 -04:00
..
audio.lua
blit.lua
color.lua
create_kbd_layout.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
draw.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
draw_floodfill.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
draw_num.lua lua use lcd_drawline to draw lines inside rliimages 2024-04-18 13:11:51 -04:00
draw_poly.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
draw_text.lua lua use lcd_drawline to draw lines inside rliimages 2024-04-18 13:11:51 -04:00
files.lua lua move strip_extension and create_numbered_filename out of main binary 2019-09-28 03:15:15 +02:00
image.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
image_save.lua lua use lcd_drawline to draw lines inside rliimages 2024-04-18 13:11:51 -04:00
lcd.lua
math_ex.lua
menubuttons.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
menucoresettings.lua lua add a way to filter settings on read 2021-05-19 23:29:10 -04:00
pcm.lua pcm: Further cleanup of unused bits of the PCM ACPI: 2020-11-12 15:59:09 +00:00
playlist.lua playlist: Remove playlist_add() 2023-07-02 12:14:33 -04:00
poly_points.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
print.lua lua add submenu module + cleanup 2021-04-28 04:37:16 +00:00
printmenus.lua lua add submenu module + cleanup 2021-04-28 04:37:16 +00:00
printsubmenu.lua lua submenus add a way to dynamically add items 2021-04-30 13:38:54 +00:00
printtable.lua lua use lcd_drawline to draw lines inside rliimages 2024-04-18 13:11:51 -04:00
rbcompat.lua
rbsettings.lua lua add a way to filter settings on read 2021-05-19 23:29:10 -04:00
sound.lua
temploader.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
timer.lua