From 025147effbee00db8bae931b3ef3df25052e0d96 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 16 Jul 2010 20:47:23 +0000 Subject: Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27450 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/resources/targetdb | 73 ++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 utils/themeeditor/resources/targetdb (limited to 'utils/themeeditor/resources') diff --git a/utils/themeeditor/resources/targetdb b/utils/themeeditor/resources/targetdb new file mode 100644 index 0000000000..414e8f03f3 --- /dev/null +++ b/utils/themeeditor/resources/targetdb @@ -0,0 +1,73 @@ +ipod12 +{ + name : iPod 1st/2nd Gen + screen : 160 x 128 @ grey + fm : no + remote : no +} + +ipod3 +{ + name : iPod 3rd Gen + screen : 160 x 128 @ grey + fm : no + remote : no +} + +ipod4 +{ + name : iPod 4th Gen + screen : 160 x 128 @ grey + fm : no + remote : no +} + +ipodmini12 +{ + name : iPod Mini 1st/2nd Gen + screen : 138 x 110 @ grey + fm : no + remote : no +} + +ipodcolor +{ + name : iPod Color/Photo + screen : 220 x 176 @ rgb + fm : no + remote : no +} + +ipodnano1 +{ + name : iPod Nano 1st Gen + screen : 176 x 132 @ rgb + fm : no + remote : no +} + +ipodvideo +{ + name : iPod Video + screen : 320 x 240 @ rgb + fm : no + remote : no +} + +# Olympus units + +mrobe100 +{ + name : m%:robe 100 + screen : 160 x 128 @ mono + fm : no + remote : 79 x 16 @ mono +} + +mrobe500 +{ + name : m%:robe 500 + screen : 640 x 480 @ rgb + fm : no + remote : 79 x 16 @ mono +} -- cgit v1.2.3