parts {
  device {
    display {
      width 1152
      height 1536
      x 0
      y 0
    }
  }
  portrait {
    background {
      image back.png
    }
    onion {
          image fore.png
    }
    buttons {
      home {
        image button.png
        x 872
        y 1816
      }
    }
  }
}
layouts {
  main {
    width 1974
    height 2140
    event EV_SW:0:1
    part1 {
      name portrait
      x 0
      y 0
    }
    part2 {
      name device
      x 418
      y 273
    }
  }
}