mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-21 07:09:48 -05:00
Update ui_fileman.hpp
Icon for C8 files
This commit is contained in:
parent
2cdd11d96a
commit
b539b17a50
@ -67,8 +67,9 @@ protected:
|
|||||||
{ ".TXT", &bitmap_icon_file_text, ui::Color::white() },
|
{ ".TXT", &bitmap_icon_file_text, ui::Color::white() },
|
||||||
{ ".PNG", &bitmap_icon_file_image, ui::Color::green() },
|
{ ".PNG", &bitmap_icon_file_image, ui::Color::green() },
|
||||||
{ ".BMP", &bitmap_icon_file_image, ui::Color::green() },
|
{ ".BMP", &bitmap_icon_file_image, ui::Color::green() },
|
||||||
|
{ ".C8", &bitmap_icon_file_iq, ui::Color::blue() },
|
||||||
{ ".C16", &bitmap_icon_file_iq, ui::Color::blue() },
|
{ ".C16", &bitmap_icon_file_iq, ui::Color::blue() },
|
||||||
{ ".WAV", &bitmap_icon_speaker, ui::Color::dark_magenta() },
|
{ ".WAV", &bitmap_icon_file_wav, ui::Color::dark_magenta() },
|
||||||
{ "", &bitmap_icon_file, ui::Color::light_grey() }
|
{ "", &bitmap_icon_file, ui::Color::light_grey() }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user