parts {
  device {
    display {
      width 1080
      height 2220
      x 0
      y 0
    }
  }
  portrait {
    background {
      image port_back.webp
    }
    foreground {
      mask rounded_corners.webp
    }
  }
}
layouts {
  portrait {
    width 1235
    height 2646
    event EV_SW:0:1
    part1 {
      name portrait
      x 0
      y 0
    }
    part2 {
      name device
      x 70
      y 220
    }
  }
}
