aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
blob: 90180dcaf786d41e1ca5596c0fa9f82cb0538b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "areas": [
        {
            "name": "fullscreen",
            "rect": {
                "x": 0,
                "y": 0,
                "w": 1920,
                "h": 1080
            }
        },
        {
            "name": "normal.full",
            "rect": {
                "x": 640,
                "y": 180,
                "w": 640,
                "h": 720
            }
        },
        {
            "name": "restriction.normal",
            "rect": {
                "x": 640,
                "y": 180,
                "w": 640,
                "h": 720
            }
        },
        {
            "name": "on_screen",
            "rect": {
                "x": 640,
                "y": 180,
                "w": 640,
                "h": 720
            }
        }
    ]
}