summaryrefslogtreecommitdiffstats
path: root/data/themes/ulticontroller_2.0/ulticontroller_2.0.edc
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-02-05 11:19:34 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-02-05 11:19:34 (GMT)
commit1374cd1d576e8c20f4f53040f59aa7af78579778 (patch)
tree1f9c4cf34cd600176b100e1afbbc59a2e6dca550 /data/themes/ulticontroller_2.0/ulticontroller_2.0.edc
parenteac173ac7ee49987a4cc5ae6f9ae8ea34ac9895d (diff)
downloadeulogium-wip.zip
eulogium-wip.tar.gz
eulogium-wip.tar.bz2
more temp commitswip
Diffstat (limited to 'data/themes/ulticontroller_2.0/ulticontroller_2.0.edc')
-rw-r--r--data/themes/ulticontroller_2.0/ulticontroller_2.0.edc56
1 files changed, 54 insertions, 2 deletions
diff --git a/data/themes/ulticontroller_2.0/ulticontroller_2.0.edc b/data/themes/ulticontroller_2.0/ulticontroller_2.0.edc
index 03c0fed..4fd789c 100644
--- a/data/themes/ulticontroller_2.0/ulticontroller_2.0.edc
+++ b/data/themes/ulticontroller_2.0/ulticontroller_2.0.edc
@@ -1,10 +1,62 @@
-#include "mainscreen.edc"
-
data {
item: "theme/name" "Ulticontroller 2.0";
+ item: "height" "128";
+ item: "width" "64";
}
fonts {
font: "5x7.pcf.gz" "oled_font_small";
font: "6x9.pcf.gz" "oled_font_large";
}
+
+collections {
+ group {
+ name: "menu_animation";
+ min: 128 64;
+ max: 128 64;
+
+ parts {
+ part {
+ name: "screen";
+ type: RECT;
+
+ description {
+ state: "default" 0.0;
+ color: 0 0 255 255;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+ }
+
+ part {
+ name: "screen_next";
+ type: RECT;
+
+ description {
+ state: "default" 0.0;
+ color: 255 0 0 255;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: 0 0;
+ }
+ }
+ }
+ }
+ }
+ //#include "mainscreen.edc"
+ //#include "material.edc"
+}