parts {
    portrait {
        background {
            image   device_bezel.png
        }
        foreground {
            mask    device_mask.png
        }
    }

    device {
        display {
            width   384
            height  384
            x       0
            y       0
        }
    }
}

layouts {
    portrait {
        width     456
        height    456
        color     0x1f1f1f
        event     EV_SW:0:1

        part1 {
            name    portrait
            x       0
            y       0
        }

        part2 {
            name    device
            x       36
            y       36
        }
    }
}

keyboard {
    charmap qwerty2
}

network {
    speed  full
    delay  none
}
