diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-03-12 23:51:40 +0000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-03-12 23:51:40 +0000 |
| commit | fe38a57120145f73abf170400fe4a0eb0fd2714a (patch) | |
| tree | 80c2ca8003fe32e59eccf2e208a53e1e87c66790 /lua/images.lua | |
| parent | 42c2a4f2445ff56a2a0a78c4ef265e5be346d40d (diff) | |
| parent | 9fdf94e9cee5a5180ffefc2b8314f7a9879ebbc6 (diff) | |
| download | tangara-fw-fe38a57120145f73abf170400fe4a0eb0fd2714a.tar.gz | |
Merge pull request 'Allow manually unmounting the SD card' (#271) from ayumi/tangara-fw:unmount into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/271
Diffstat (limited to 'lua/images.lua')
| -rw-r--r-- | lua/images.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/images.lua b/lua/images.lua index 21a1aa9a..a492b9a2 100644 --- a/lua/images.lua +++ b/lua/images.lua @@ -29,6 +29,7 @@ local img = { unlistened = lvgl.ImgData("//lua/img/unlistened.png"), info = lvgl.ImgData("//lua/img/info.png"), menu = lvgl.ImgData("//lua/img/menu.png"), + unmount = lvgl.ImgData("//lua/img/unmount.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"), |
