parts {
    portrait {
        background {
            image   device_bezel.png
        }
    }

    device {
        display {
            width   402
            height  476
            x       0
            y       0
        }
    }
}

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

        part1 {
            name    portrait
            x       16
            y       16
        }

        part2 {
            name    device
            x       32
            y       32
        }
    }
}

keyboard {
    charmap qwerty2
}

network {
    speed  full
    delay  none
}
