Rockbox Technical Forums

Support and General Use => Theming and Appearance Customization => Topic started by: cereal_killer on December 14, 2017, 12:40:49 PM

Title: Default icons on Clip v2
Post by: cereal_killer on December 14, 2017, 12:40:49 PM
I want to change the folder icon on my Clip v2, but I have no icon files on the player. Where can I find the default 6x8 icons? The IconSets wikipage doesn't have them.
Title: Re: Default icons on Clip v2
Post by: Bilgus on December 14, 2017, 01:41:07 PM
The only icons you could change easily are viewer icons stored in a bitmap strip in the '.rockbox/icons/' directory
The folder icons (amongst others) are stored in a bitmap strip built-in to the source and AFAIK can only be changed and then recompiled

the clip(s) use tango_small_mono.bmp
https://github.com/Rockbox/rockbox/tree/03dd4b92be7dcd5c8ab06da3810887060e06abd5/icons


Title: Re: Default icons on Clip v2
Post by: cereal_killer on December 14, 2017, 03:35:36 PM
Thanks for the reply, I was fearing that. But I couldn't find any icons in the source, that look like those in the screenshot I attached.
Title: Re: Default icons on Clip v2
Post by: cereal_killer on December 17, 2017, 12:21:19 PM
Does anybody know, where I can find the icons from the screenshot above to modify them? Is MS Paint sufficient to add let's say just a few pixels?
Title: Re: Default icons on Clip v2
Post by: Bilgus on December 18, 2017, 02:58:50 AM
https://github.com/Rockbox/rockbox/tree/03dd4b92be7dcd5c8ab06da3810887060e06abd5/apps/bitmaps/mono

default_icons.bmp

you can edit them with MS Pain(t) assuming you:
Leave the image dimensions the same (you can move bits around but not add/remove them)
Save the file in the same image format (1-bit most likely)
Recompile your build after adding them
Title: Re: Default icons on Clip v2
Post by: cereal_killer on December 18, 2017, 01:37:27 PM
Thank you for pointing me there. I just want to add one pixel in the folder icon.