summaryrefslogtreecommitdiff
path: root/utils/themeeditor/resources
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-16 20:47:23 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-16 20:47:23 +0000
commit025147effbee00db8bae931b3ef3df25052e0d96 (patch)
treedb2df79d33b48f115fa35ffd9ae24f97c2bdc28b /utils/themeeditor/resources
parent1c1d10b9fdfc2b78c5aeba4c352cd7dbc0717edc (diff)
downloadrockbox-025147effbee00db8bae931b3ef3df25052e0d96.zip
rockbox-025147effbee00db8bae931b3ef3df25052e0d96.tar.gz
rockbox-025147effbee00db8bae931b3ef3df25052e0d96.tar.bz2
rockbox-025147effbee00db8bae931b3ef3df25052e0d96.tar.xz
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
Diffstat (limited to 'utils/themeeditor/resources')
-rw-r--r--utils/themeeditor/resources/targetdb73
1 files changed, 73 insertions, 0 deletions
diff --git a/utils/themeeditor/resources/targetdb b/utils/themeeditor/resources/targetdb
new file mode 100644
index 0000000..414e8f0
--- /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
+}