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

    device {
        display {
            width   320
            height  320
            x       0
            y       0
        }
    }
    
    controls {
        background {
            image   controls.png
        }
        buttons {
            home {
                    image button.png
                    x 1
                    y 1
            }
        }
    }
}

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

        onion {
            image     circle_mask_380px_onion.png
            alpha     100
            rotation  0
        }

        part1 {
            name    portrait
            x       0
            y       0
        }

        part2 {
            name    device
            x       30
            y       30
        }

        part3 {
            name     controls
            x        0
            y        0
        }
    }
}

keyboard {
    charmap qwerty2
}

network {
    speed  full
    delay  none
}
