parts {
    portrait {
        background {
            image   edge.png
        }
    }
    landscape {
        background {
            image   edge-land.png
        }
    }

    device {
        display {
            width   480
            height  800
            x       0
            y       90
        }
    }
    
}

layouts {
    portrait {
        width     530
        height    1005
        color     0xe0e0e0
        event     EV_SW:0:1
        
        part1 {
            name    portrait
            x       0
            y       0
        }

        part2 {
            name    landscape
            x       1000
            y       0
        }

        part3 {
            name    device
            x       27
            y       27
        }

    }

    landscape {
        width     1005
        height    530
        color     0xe0e0e0
        event     EV_SW:0:0

        dpad-rotation 3

        part1 {
            name    portrait
            x       900
            y       0
        }

        part2 {
            name    landscape
            x       0
            y       0
        }

        part3 {
            name      device
            x         26
            y         509
            rotation  3
        }

    }
}

network {
    speed  full
    delay  none
}
