mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-07 13:40:48 +00:00
37 lines
420 B
Plaintext
37 lines
420 B
Plaintext
|
parts {
|
||
|
device {
|
||
|
display {
|
||
|
width 1080
|
||
|
height 2400
|
||
|
x 0
|
||
|
y 0
|
||
|
}
|
||
|
}
|
||
|
portrait {
|
||
|
background {
|
||
|
image back.webp
|
||
|
}
|
||
|
foreground {
|
||
|
mask mask.webp
|
||
|
cutout hole
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
layouts {
|
||
|
portrait {
|
||
|
width 1209
|
||
|
height 2553
|
||
|
event EV_SW:0:1
|
||
|
part1 {
|
||
|
name portrait
|
||
|
x 0
|
||
|
y 0
|
||
|
}
|
||
|
part2 {
|
||
|
name device
|
||
|
x 60
|
||
|
y 69
|
||
|
}
|
||
|
}
|
||
|
}
|