mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
cool little lua based audio player creates dynamic playlist of 10 mp3s found on device if no music loaded I had to limit the depth of search to 3 levels due to the recursive nature of the current dirbrowser functions this could be rectified with a bit more code fixed a bug in print.lua that kept scrolling text even after screen clear Change-Id: Ifd285332df41a409ecaeb1ea447ad15537b5d04c |
||
|---|---|---|
| .. | ||
| audio.lua | ||
| blit.lua | ||
| color.lua | ||
| draw.lua | ||
| draw_floodfill.lua | ||
| draw_num.lua | ||
| draw_poly.lua | ||
| draw_text.lua | ||
| files.lua | ||
| image.lua | ||
| image_save.lua | ||
| lcd.lua | ||
| math_ex.lua | ||
| pcm.lua | ||
| playlist.lua | ||
| poly_points.lua | ||
| print.lua | ||
| printtable.lua | ||
| rbcompat.lua | ||
| rbsettings.lua | ||
| sound.lua | ||
| timer.lua | ||