From: notaz Date: Mon, 24 Jun 2013 16:14:02 +0000 (+0300) Subject: pandora's skin from old 1.80 release X-Git-Tag: v1.85~90 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=commitdiff_plain;h=7e7b446f29e6b571894cd8254240fb2ac266034d pandora's skin from old 1.80 release --- diff --git a/platform/pandora/skin/background.png b/platform/pandora/skin/background.png new file mode 100644 index 0000000..08a7391 Binary files /dev/null and b/platform/pandora/skin/background.png differ diff --git a/platform/pandora/skin/font.png b/platform/pandora/skin/font.png new file mode 100644 index 0000000..707a5b4 Binary files /dev/null and b/platform/pandora/skin/font.png differ diff --git a/platform/pandora/skin/readme.txt b/platform/pandora/skin/readme.txt new file mode 100644 index 0000000..dd83963 --- /dev/null +++ b/platform/pandora/skin/readme.txt @@ -0,0 +1,8 @@ +The skin images can be customized, but there are several limitations: + +background.png - must be 320x240 image with 24bit RGB colors. +font.png - must be 128x160 8bit grayscale image. +selector.png - must be 8x10 8bit grayscale image. + +Font and selector colors can be changed by editing skin.txt. + diff --git a/platform/pandora/skin/selector.png b/platform/pandora/skin/selector.png new file mode 100644 index 0000000..a439169 Binary files /dev/null and b/platform/pandora/skin/selector.png differ diff --git a/platform/pandora/skin/skin.txt b/platform/pandora/skin/skin.txt new file mode 100644 index 0000000..c2baeb2 --- /dev/null +++ b/platform/pandora/skin/skin.txt @@ -0,0 +1,4 @@ +// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc. +text_color=ffffff +selection_color=c00000 +