Refactor app to use 'screen with widgets' rather than 'widgets'

This commit is contained in:
Pim van Pelt
2017-11-26 15:01:59 +01:00
parent 3e2e9d4e5b
commit fd68b1ec03
11 changed files with 134 additions and 104 deletions

View File

@ -7,6 +7,7 @@
"widgets": [
{
"name": "one",
"x": 16,
"y": 16,
"w": 48,
@ -15,6 +16,7 @@
"type": 0
},
{
"name": "two",
"x": 256,
"y": 16,
"w": 48,

View File

@ -1,4 +1,5 @@
{
"name": "one",
"x": 16,
"y": 16,
"w": 48,