am e8f7f5fe: Fix WXGA800-7in to be portrait by default.
* commit 'e8f7f5fe9f08c2381908d13a63fc34b12d6f95c3': Fix WXGA800-7in to be portrait by default.
This commit is contained in:
@@ -12,8 +12,8 @@ parts {
|
|||||||
|
|
||||||
device {
|
device {
|
||||||
display {
|
display {
|
||||||
width 1280
|
width 800
|
||||||
height 800
|
height 1280
|
||||||
x 0
|
x 0
|
||||||
y 0
|
y 0
|
||||||
}
|
}
|
||||||
@@ -23,11 +23,40 @@ parts {
|
|||||||
|
|
||||||
layouts {
|
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 {
|
landscape {
|
||||||
width 1333
|
width 1333
|
||||||
height 855
|
height 855
|
||||||
color 0xe0e0e0
|
color 0xe0e0e0
|
||||||
event EV_SW:0:1
|
|
||||||
|
event EV_SW:0:0
|
||||||
|
|
||||||
|
dpad-rotation 3
|
||||||
|
|
||||||
part1 {
|
part1 {
|
||||||
name portrait
|
name portrait
|
||||||
@@ -44,38 +73,10 @@ layouts {
|
|||||||
part3 {
|
part3 {
|
||||||
name device
|
name device
|
||||||
x 26
|
x 26
|
||||||
y 29
|
y 829
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
portrait {
|
|
||||||
width 853
|
|
||||||
height 1334
|
|
||||||
color 0xe0e0e0
|
|
||||||
event EV_SW:0:0
|
|
||||||
|
|
||||||
dpad-rotation 3
|
|
||||||
|
|
||||||
part1 {
|
|
||||||
name portrait
|
|
||||||
x 0
|
|
||||||
y 0
|
|
||||||
}
|
|
||||||
|
|
||||||
part2 {
|
|
||||||
name landscape
|
|
||||||
x 1400
|
|
||||||
y 0
|
|
||||||
}
|
|
||||||
|
|
||||||
part3 {
|
|
||||||
name device
|
|
||||||
x 27
|
|
||||||
y 1307
|
|
||||||
rotation 3
|
rotation 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
keyboard {
|
keyboard {
|
||||||
|
|||||||
Reference in New Issue
Block a user