diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
| commit | 3490cceb6b94ffbc947b699c8495cf8500e65b98 (patch) | |
| tree | 60cf92de52ec965e10f8d2cbc5f69ed442718bf5 /lua/images.lua | |
| parent | f8a6c8c85af534510dfc2840730387d67b4c82ff (diff) | |
| download | tangara-fw-3490cceb6b94ffbc947b699c8495cf8500e65b98.tar.gz | |
Added listened indicator for audiobooks and podcasts
Diffstat (limited to 'lua/images.lua')
| -rw-r--r-- | lua/images.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/images.lua b/lua/images.lua index 84853a52..42a4a3fd 100644 --- a/lua/images.lua +++ b/lua/images.lua @@ -17,6 +17,8 @@ local img = { settings = lvgl.ImgData("//lua/img/settings.png"), chevron = lvgl.ImgData("//lua/img/chevron.png"), usb = lvgl.ImgData("//lua/img/usb.png"), + listened = lvgl.ImgData("//lua/img/listened.png"), + unlistened = lvgl.ImgData("//lua/img/unlistened.png"), } return img |
