mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
Add support for the OpenDingux platform
This commit is contained in:
parent
4e3551a5f6
commit
d4bea61c8f
12 changed files with 105 additions and 5 deletions
BIN
platform/opendingux/data/skin/background.png
Normal file
BIN
platform/opendingux/data/skin/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
platform/opendingux/data/skin/font.png
Normal file
BIN
platform/opendingux/data/skin/font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
7
platform/opendingux/data/skin/readme.txt
Normal file
7
platform/opendingux/data/skin/readme.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
3
platform/opendingux/data/skin/skin.txt
Normal file
3
platform/opendingux/data/skin/skin.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
|
||||
text_color=ffffff
|
||||
selection_color=0000c0
|
Loading…
Add table
Add a link
Reference in a new issue