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



Donate

Rockbox Technical Forums


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

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Can Anyone Design a Custom Skin for Me?
« previous next »
  • Print
Pages: [1] 2

Author Topic: Can Anyone Design a Custom Skin for Me?  (Read 3392 times)

Offline YetAnotherSuperhero

  • Member
  • *
  • Posts: 4
Can Anyone Design a Custom Skin for Me?
« on: January 21, 2011, 01:42:29 PM »
Is there anybody out there who can design a custom skin for my old man so he can read his Sansa e200 without using his reading glasses?

I don't have a whole lot of money, but I'd gladly pay someone $20 if they could do this for me.

I've included a picture of how it should be.

* Skin MockUp.JPG (113.91 kB, 1022x1322 - viewed 302 times.)
Logged

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: Can Anyone Design a Custom Skin for Me?
« Reply #1 on: January 21, 2011, 02:30:00 PM »
This is unusual and certainly not an official policy, but if everyone is OK with it, I'll do it. I like the cause, and the sketch you made with stickers and all  :) I won't take the money though; there's a paypal link at rockbox.org if you'd like to contribute to the project.
Logged

Offline YetAnotherSuperhero

  • Member
  • *
  • Posts: 4
Re: Can Anyone Design a Custom Skin for Me?
« Reply #2 on: January 21, 2011, 02:35:44 PM »
Thank you very much! I'm happy to contribute the $20 to Rockbox. If you could make the skin work for my dad it'd be very much appreciated.

And maybe a bunch of other old guys could use it too!
Logged

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: Can Anyone Design a Custom Skin for Me?
« Reply #3 on: January 21, 2011, 02:53:07 PM »
The contribution through paypal is of course optional (in case that wasn't clear already)

I just need you to give me a name for your theme.
Logged

Offline YetAnotherSuperhero

  • Member
  • *
  • Posts: 4
Re: Can Anyone Design a Custom Skin for Me?
« Reply #4 on: January 21, 2011, 03:09:01 PM »
Yes, I understand the contribution is optional but I'm very happy to do it.

What if we call it "Big"?
Logged

Offline Progweed

  • Member
  • *
  • Posts: 67
Re: Can Anyone Design a Custom Skin for Me?
« Reply #5 on: January 21, 2011, 04:52:19 PM »
That's a cute sketch.  ;D
Logged

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: Can Anyone Design a Custom Skin for Me?
« Reply #6 on: January 21, 2011, 07:35:35 PM »
OK it's done http://themes.rockbox.org/index.php?themeid=1262&target=sansae200

   


Please let me know how it works and if it's what you had in mind.

It would be nice to add to it the possibility of displaying graphical volume and battery anyway, according to the user settings, like DrewVosburg did in Thin Basic (currently the background and foreground colours for "Big" are user configurable, as well as the font, which is initially set to 27-Adobe-Helvetica-Bold), so if someone wants to add this feature, or others that do not affect the readibility of the theme, I'll be glad to include them.

And as a note, many people liked the original sketch you did, someone even came up with the theme's name, Pen&Post-it :) So don't be surprised if someone comes up with the version that includes the post-its  ;)
« Last Edit: January 21, 2011, 11:04:42 PM by audio-i »
Logged

Offline YetAnotherSuperhero

  • Member
  • *
  • Posts: 4
Re: Can Anyone Design a Custom Skin for Me?
« Reply #7 on: January 21, 2011, 08:27:21 PM »
Thank you very much! It was exactly what I wanted. It works perfectly.

By the way, I just donated the $20, keep up the good work!

Hopefully a lot of people will enjoy the skin, I know my father will.
Logged

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Can Anyone Design a Custom Skin for Me?
« Reply #8 on: January 23, 2011, 01:47:13 PM »
Quote from: audio-i on January 21, 2011, 07:35:35 PM
It would be nice to add to it the possibility of displaying graphical volume and battery anyway, according to the user settings, like DrewVosburg did in Thin Basic (currently the background and foreground colours for "Big" are user configurable, as well as the font, which is initially set to 27-Adobe-Helvetica-Bold), so if someone wants to add this feature, or others that do not affect the readibility of the theme, I'll be glad to include them.

I'd like to add some information about using graphics with foreground and background colours - as reading between the lines and looking at the screenshots tell me that it's not widely known and e.g. a graphical progressbar that still adjusts to these could give the theme a nice touch.

There are two ways to make a graphic use colours set globally or as defined in your WPS / SBS / FMS (those overrule the global ones):

  • Use monochrome bitmaps (I mean real 1-bit ones) - the black parts will use the foreground colour and the white ones will use the background colour (or be transparent on a backdrop or other bitmap). This method also works on greyscale targets with shades set through %Vf/b. Also, the bitmaps are smaller and take less skin buffer.
  • Use either of the two "magic" colours - the one for "transparent" or background colour is already better known - magenta (255-0-255 in hex RGB) and there's another for the foreground colour and that's pure cyan (0-255-255 in hex RGB). This method works only on colour targets but has the advantage that it also works together with other colours. E.g. you could make the border around the playback status icons use the foreground colour and the rest staying grey.

I'll see about adding this info to CustomWPS and the manual - need to figure out where exactly it could go and how to describe it in a short way though.
Logged

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: Can Anyone Design a Custom Skin for Me?
« Reply #9 on: January 23, 2011, 10:18:44 PM »
    Quote from: pixelma on January 23, 2011, 01:47:13 PM
    ...there's another for the foreground colour and that's pure cyan (0-255-255 in hex RGB). This method works only on colour targets but has the advantage that it also works together with other colours. E.g. you could make the border around the playback status icons use the foreground colour and the rest staying grey.[/li]
    [/list]
    Personally, I didn't know about this, good to know  ;)

    Quote from: pixelma on January 23, 2011, 01:47:13 PM
    I'll see about adding this info to CustomWPS and the manual - need to figure out where exactly it could go and how to describe it in a short way though.
    The "transpararent" colour is mentioned here http://www.rockbox.org/wiki/CustomWPS#xd_45_Display_a_preloaded_40sub_41image, maybe the rest could be added there too?

    Edit: I added the information to the mentioned section in CustomWPS
    « Last Edit: January 25, 2011, 11:03:37 AM by audio-i »
    Logged

    Offline DrewVosburg

    • Member
    • *
    • Posts: 42
    • Designer
    Re: Can Anyone Design a Custom Skin for Me?
    « Reply #10 on: January 23, 2011, 11:40:50 PM »
    Quote from: audio-i on January 23, 2011, 10:18:44 PM
    maybe the rest could be added there too?
    Please do!  I did not know about this, this seriously affects Thin Basic!  UPDATE TIME! =)
    Logged

    Offline rbhawaii

    • Member
    • *
    • Posts: 125
    Re: Can Anyone Design a Custom Skin for Me?
    « Reply #11 on: February 16, 2011, 06:47:15 AM »
    thats great!
    i made this a long time ago to have the volume show from 0 to 100%


     %?pv<0|2|4|6|8|10|12|14|16|18|20|22|24|26|28|30|32|34|36|38|40|42|44|46|48|50|52|54|56|58|60|62|64|66|68|70|72|74|76|78|80|82|84|86|88|90|92|94|96|98|100|max>

    (the above is all one line)
    hope it helps even more
    Logged

    Offline [Saint]

    • Rockbox Expert
    • Member
    • *
    • Posts: 1662
    • Hayden Pearce
      • Google+
    Re: Can Anyone Design a Custom Skin for Me?
    « Reply #12 on: February 16, 2011, 10:56:51 AM »
    Quote from: rbhawaii on February 16, 2011, 06:47:15 AM
    i made this a long time ago to have the volume show from 0 to 100%


     %?pv<0|2|4|6|8|10|12|14|16|18|20|22|24|26|28|30|32|34|36|38|40|42|44|46|48|50|52|54|56|58|60|62|64|66|68|70|72|74|76|78|80|82|84|86|88|90|92|94|96|98|100|max>


    That's all very well and good...but, it doesn't accurately represent a percentile at all.


    [St.]
    Logged
    Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

    Offline rbhawaii

    • Member
    • *
    • Posts: 125
    Re: Can Anyone Design a Custom Skin for Me?
    « Reply #13 on: February 17, 2011, 06:38:57 AM »
    how would you code the line so that it would accurately represent a percentile from 0 to 100 for ipod video
    thanks for your feed back
    Logged

    Offline ajburges

    • Member
    • *
    • Posts: 3
    Re: Can Anyone Design a Custom Skin for Me?
    « Reply #14 on: March 18, 2011, 05:37:15 AM »
    Quote from: rbhawaii on February 17, 2011, 06:38:57 AM
    how would you code the line so that it would accurately represent a percentile from 0 to 100 for ipod video
    thanks for your feed back

    Ack.

    The volume display from my experience works on a logarithmic scale. So to keep a pattern close to  a linear scale your line would be of the form:

    %?pv<1|2|2|3|3|3|4|4|4|4>

    keep in mind that doing such a detailed percentile display with icons will suck memory like a Hoover. Use larger steps to reduce memory footprint. Also keep in mind that the code size of a linear scale increases exponentially with the number of states tracked.
    « Last Edit: March 22, 2011, 06:31:23 AM by ajburges »
    Logged

    • Print
    Pages: [1] 2
    « previous next »
    +  Rockbox Technical Forums
    |-+  Support and General Use
    | |-+  Theming and Appearance Customization
    | | |-+  Can Anyone Design a Custom Skin for Me?
     

    • SMF 2.0.17 | SMF © 2019, Simple Machines
    • Rockbox Privacy Policy
    • XHTML
    • RSS
    • WAP2

    Page created in 0.121 seconds with 14 queries.