1 parts { 2 portrait { 3 background { 4 image background_port.png 5 } 6 } 7 landscape { 8 background { 9 image background_land.png 10 } 11 } 12 13 device { 14 display { 15 width 720 16 height 1280 17 x 0 18 y 0 19 } 20 } 21 22 } 23 24 layouts { 25 26 portrait { 27 width 773 28 height 1334 29 color 0xe0e0e0 30 event EV_SW:0:1 31 32 part1 { 33 name portrait 34 x 0 35 y 0 36 } 37 38 part2 { 39 name landscape 40 x 1400 41 y 0 42 } 43 44 part3 { 45 name device 46 x 27 47 y 27 48 } 49 } 50 51 landscape { 52 width 1333 53 height 775 54 color 0xe0e0e0 55 event EV_SW:0:0 56 57 dpad-rotation 3 58 59 part1 { 60 name portrait 61 x 1400 62 y 0 63 } 64 65 part2 { 66 name landscape 67 x 0 68 y 0 69 } 70 71 part3 { 72 name device 73 x 26 74 y 749 75 rotation 3 76 } 77 } 78 79 } 80 81 keyboard { 82 charmap qwerty2 83 } 84 85 network { 86 speed full 87 delay none 88 } 89