Support and General Use > Theming and Appearance Customization
is it possible to change the splash screen?
Mmmm:
--- Quote from: Kitty on September 01, 2006, 03:31:11 PM ---yea pretty cool :]
hmm.. no way getting a real img into there? not those monochrome icons ?:
Kitty:
--- Quote ---Usage: bmp2rb [-i <id>] [-a] <bitmap file>
-i <id> Bitmap name (default is filename without extension)
-h <dir> Create header file in <dir>/<id>.h
-a Show ascii picture of bitmap
-f <n> Generate destination format n, default = 0
0 Archos recorder, Ondio, Gmini 120/SP, Iriver H1x0 mono
1 Archos player graphics library
2 Iriver H1x0 4-grey
3 Canonical 8-bit greyscale
4 16-bit packed 5-6-5 RGB (iriver H300)
5 16-bit packed and byte-swapped 5-6-5 RGB (iPod)
6 Greyscale iPod 4-grey
7 Greyscale X5 remote 4-grey
--- End quote ---
there is the usage.. i assume i need 4 or 5 for 16-bit right?
edit: ok, i checked on a 7x8 bitmap, ang got this:
--- Quote ---const unsigned short bitmap[] = {
0x8430, 0x8430, 0x8430, 0x8430, 0x0000, 0x8430, 0x8430,
0x8430, 0xd91a, 0xe0da, 0x83d0, 0x0000, 0x8430, 0x8430,
0x8430, 0xf81d, 0xf81d, 0x8b91, 0x0000, 0x8430, 0x8430,
0x8430, 0xf05c, 0xe0db, 0x8430, 0x0000, 0x8430, 0x8430,
0x8430, 0x8430, 0x8430, 0x8430, 0x0000, 0x8430, 0x8430,
0x0000, 0x0000, 0x0000, 0x0000, 0x8430, 0x8430, 0x8430,
0x8430, 0x8430, 0x8430, 0x8430, 0x8430, 0x8430, 0x8430,
0x8430, 0x8430, 0x8430, 0x8430, 0x8430, 0x8430, 0x8430,
};
--- End quote ---
thats for -f 4.. 5 gives something like that.. wich is not good :<
btw, is there a way to search the CVS? :\
Mmmm:
I don't think that is going to work.....
You would need to tweak the statusbar code to get that working I think!
grep searches within files so grep apps/recorder hello would give you all the lines in the recorder directory with hello in them... Although I haven't used it in a while as I now use Kate which comes with KDE and it does this without using the command prompt, so I may be a bit rusty.
Kitty:
hmm, question is, where can i find the statusbar code ?:D
Mmmm:
apps/gui/statusbar.c
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version