aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
blob: 00322ac89672a6dab0ff6c42027cc41303130386 (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": 672,
                "y": 264,
                "w": 576,
                "h": 552
            }
        },
        {
            "name": "restriction.normal",
            "rect": {
                "x": 672,
                "y": 264,
                "w": 576,
                "h": 552
            }
        },
        {
            "name": "on_screen",
            "rect": {
                "x": 672,
                "y": 264,
                "w": 576,
                "h": 552
            }
        }
    ]
}