On Fri, 26 May 2006 18:47:45 PDT, Bill Janssen <[EMAIL PROTECTED]> wrote:

>I'm busy writing a PNG viewer for Rockbox, and I've got two questions
>I can't find in the documentation.  If folks on this list can come up
>with answers, I'll volunteer to add those answers to the Wiki.
>
>1)  in apps/plugins/viewers.config, there's a list of viewers, with
>    lines like
>
>      jpg,viewers/jpeg,18 24 3C 3C 24 18
>
>    in it.  What are the numbers after the first two fields?  What should
>    they be for my PNG viewer?

They are simply the hex representation of the icon to be displayed for
this file type - 6 rows of 8 bits. e.g.

18
24
3C
24
18

Reply via email to