summaryrefslogtreecommitdiff
path: root/lua/images.lua
diff options
context:
space:
mode:
authorTom Kirchner <git@halffull.org>2024-12-31 17:04:16 -0800
committerTom <tjk@noreply.codeberg.org>2025-01-02 16:36:40 +0000
commit0975c2cdbdaf252eb6765b32d4c880911abfcc9f (patch)
treec360b7f22f45c4eca357cbebc6339b82d7ee751b /lua/images.lua
parent02954cd40bf36082a63b56eb5211bd27f5f0b4c4 (diff)
downloadtangara-fw-0975c2cdbdaf252eb6765b32d4c880911abfcc9f.tar.gz
Add track info screen
Diffstat (limited to 'lua/images.lua')
-rw-r--r--lua/images.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/images.lua b/lua/images.lua
index d7939305..5acfa8fe 100644
--- a/lua/images.lua
+++ b/lua/images.lua
@@ -23,6 +23,7 @@ local img = {
usb = lvgl.ImgData("//lua/img/usb.png"),
listened = lvgl.ImgData("//lua/img/listened.png"),
unlistened = lvgl.ImgData("//lua/img/unlistened.png"),
+ info = lvgl.ImgData("//lua/img/info.png"),
}
return img