1parts { 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 800 16 height 1280 17 x 0 18 y 0 19 } 20 } 21 22} 23 24layouts { 25 26 portrait { 27 width 853 28 height 1334 29 color 0xe0e0e0 30 event EV_SW:0:1 31 32 33 part1 { 34 name portrait 35 x 0 36 y 0 37 } 38 39 part2 { 40 name landscape 41 x 1400 42 y 0 43 } 44 45 part3 { 46 name device 47 x 27 48 y 27 49 } 50 } 51 52 landscape { 53 width 1333 54 height 855 55 color 0xe0e0e0 56 57 event EV_SW:0:0 58 59 dpad-rotation 3 60 61 part1 { 62 name portrait 63 x 1400 64 y 0 65 } 66 67 part2 { 68 name landscape 69 x 0 70 y 0 71 } 72 73 part3 { 74 name device 75 x 26 76 y 829 77 rotation 3 78 } 79 } 80} 81 82keyboard { 83 charmap qwerty2 84} 85 86network { 87 speed full 88 delay none 89} 90