summaryrefslogtreecommitdiff
path: root/skins/WXGA800-7in/layout
blob: c0050e9a48d58e3c267652afb264ed8a583a881c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
parts {
    portrait {
        background {
            image   background_port.png
        }
    }
    landscape {
        background {
            image   background_land.png
        }
    }

    device {
        display {
            width   800
            height  1280
            x       0
            y       0
        }
    }
    
}

layouts {

    portrait {
        width     853
        height    1334
        color     0xe0e0e0
        event     EV_SW:0:1


        part1 {
            name    portrait
            x       0
            y       0
        }

        part2 {
            name    landscape
            x       1400
            y       0
        }

        part3 {
            name    device
            x       27
            y       27
        }
    }

    landscape {
        width     1333
        height    855
        color     0xe0e0e0

        event     EV_SW:0:0

        dpad-rotation 3

        part1 {
            name    portrait
            x       1400
            y       0
        }

        part2 {
            name    landscape
            x       0
            y       0
        }

        part3 {
            name      device
            x         26
            y         829
            rotation  3
        }
    }
}

keyboard {
    charmap qwerty2
}

network {
    speed  full
    delay  none
}