Simplify screen: make it absolute and fill the whole TFT
This commit is contained in:
@ -1,15 +1,10 @@
|
||||
{
|
||||
"name": "Main",
|
||||
"x": 20,
|
||||
"y": 0,
|
||||
"w": 320,
|
||||
"h": 220,
|
||||
|
||||
"widgets": [
|
||||
{
|
||||
"name": "one",
|
||||
"x": 16,
|
||||
"y": 16,
|
||||
"y": 36,
|
||||
"w": 48,
|
||||
"h": 48,
|
||||
"label": "One",
|
||||
@ -19,7 +14,7 @@
|
||||
{
|
||||
"name": "two",
|
||||
"x": 256,
|
||||
"y": 16,
|
||||
"y": 36,
|
||||
"w": 48,
|
||||
"h": 48,
|
||||
"label": "Two",
|
||||
|
Reference in New Issue
Block a user