Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search




Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Custom Statusbar [on the browser..]
« previous next »
  • Print
Pages: [1]

Author Topic: Custom Statusbar [on the browser..]  (Read 1561 times)

Offline Kitty

  • Member
  • *
  • Posts: 21
Custom Statusbar [on the browser..]
« on: September 05, 2006, 09:36:06 AM »
hello again guys, as a continues to this thread: http://forums.rockbox.org/index.php?topic=6193.15

i want to make a custom status bar, a nice background, nice 16bit bitmap icons..

i don't want to remove it, i just think that the browser looks too simple for me, i need cool colored things on my X5L player, and the WPS is nice, but there are other areas...

i was offered this patch: http://www.rockbox.org/tracker/task/2931
wich i tried to patch, but got alot of errors :<

is there any other solution?
Logged

Offline Kitty

  • Member
  • *
  • Posts: 21
Re: Custom Statusbar [on the browser..]
« Reply #1 on: September 08, 2006, 01:46:47 PM »
no1 can help me ?:(
Logged

Offline Febs

  • Global Moderator
  • Member
  • *
  • Posts: 2701
Re: Custom Statusbar [on the browser..]
« Reply #2 on: September 08, 2006, 01:53:27 PM »
First, please use proper English.  Abbreviations such as "no1" are not permitted in these forums.

Second, your post really doesn't say what you want help with.  If you want help applying the existing patch, then (1) you should post in the forum for getting started and compiling, and (2) you should provide more detail about specifically what your problem is.  ("got alot of errors" is not at all useful)  If you simply want someone to write a new feature for you, then you should make a feature request on the Flyspray tracker using the "feature request" link on the navigation panel on the left.  If you want help with something else, then you are going to have to try to be more specific about what it is you are looking for help with.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline Kitty

  • Member
  • *
  • Posts: 21
Re: Custom Statusbar [on the browser..]
« Reply #3 on: September 11, 2006, 01:58:51 PM »
ok mate, sorry..

let me rephrase,

my question is, how do i replace a 7x8 monocrome bitmap, with a 16bit bmp?

for example:
Code: [Select]
const unsigned char bitmap_icons_7x8[][7] =
{
    {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, /* Power plug */
    {0x1c,0x14,0x3e,0x2a,0x22,0x1c,0x08}, /* USB plug */
    {0x01,0x1e,0x1c,0x3e,0x7f,0x20,0x40}, /* Speaker mute */
    {0x00,0x7f,0x7f,0x3e,0x1c,0x08,0x00}, /* Play */

every line is one monocrome bitmap..

and in here:
Code: [Select]
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,

};


its only one 16bit bitmap..

this is the command that prints it:
Code: [Select]
 display->mono_bitmap(bitmap_icons_7x8[mode], STATUSBAR_PLAY_MODE_X_POS,
                    STATUSBAR_Y_POS, STATUSBAR_PLAY_MODE_WIDTH,
                    STATUSBAR_HEIGHT);


it prints monochrome bitmap, and i want it to print a 16bit bitmap, how do i do that?
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Custom Statusbar [on the browser..]
 

  • SMF 2.0.6 | SMF © 2013, Simple Machines
  • XHTML
  • RSS
  • WAP2

Page created in 0.059 seconds with 43 queries.