1parts {
2  device {
3    display {
4      width 1080
5      height 2220
6      x 0
7      y 0
8    }
9  }
10  portrait {
11    background {
12      image port_back.webp
13    }
14    foreground {
15      mask rounded_corners.webp
16    }
17  }
18}
19layouts {
20  portrait {
21    width 1235
22    height 2646
23    event EV_SW:0:1
24    part1 {
25      name portrait
26      x 0
27      y 0
28    }
29    part2 {
30      name device
31      x 70
32      y 220
33    }
34  }
35}
36