parts {
  device {
    display {
      width 2076
      height 2152
      x 0
      y 0
    }
  }
  portrait {
    background {
      image back.webp
    }
    foreground {
      mask mask.webp
    }
  }
}
layouts {
  landscape {
    width 2204
    height 2274
    event EV_SW:0:1
    part1 {
      name portrait
      x 0
      y 0
    }
    part2 {
      name device
      x 62
      y 62
    }
  }
}
