summaryrefslogtreecommitdiff
path: root/lua/images.lua
diff options
context:
space:
mode:
authorSam <github@samlord.co.uk>2025-02-23 10:31:15 +0000
committerSam <github@samlord.co.uk>2025-02-23 10:31:15 +0000
commit476a515cd123409d44afffdb725dd5c69b91cb70 (patch)
tree4ae178ec3464427ee06ac89c0414b360b44b5318 /lua/images.lua
parentb97c7974ea0bd9d4b0add639c699a07750a76a27 (diff)
downloadtangara-fw-476a515cd123409d44afffdb725dd5c69b91cb70.tar.gz
Add icons to the file browser
Diffstat (limited to 'lua/images.lua')
-rw-r--r--lua/images.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/images.lua b/lua/images.lua
index 69bd8e4b..21a1aa9a 100644
--- a/lua/images.lua
+++ b/lua/images.lua
@@ -31,6 +31,8 @@ local img = {
menu = lvgl.ImgData("//lua/img/menu.png"),
file_directory = lvgl.ImgData("//lua/img/file_icons/directory.png"),
file_playlist = lvgl.ImgData("//lua/img/file_icons/playlist.png"),
+ file_music = lvgl.ImgData("//lua/img/file_icons/music.png"),
+ unknown = lvgl.ImgData("//lua/img/file_icons/unknown.png"),
}
return img