Files
fs
include
libs
src
unittest
common
data
TestScreen-invalid.json
TestScreen.json
TestWidget-invalid.json
TestWidget.json
frozen
.gitignore
Makefile
README.md
main.c
mgos.h
mgos_mock.c
mgos_mock.h
test.h
test_screen.c
test_widget.c
.gitignore
README.md
mos.yml
mongoose-touch/unittest/data/TestScreen-invalid.json

28 lines
332 B
JSON

{
"x": 0,
"y": 0,
"w": 320,
"h": 240,
"widgets": [
{
"name": "one",
"x": 16,
"y": 16,
"w": 48,
"h": 48,
"label": "One",
"type": 0
},
{
"name": "two",
"x": 256,
"y": 16,
"w": 48,
"h": 48,
"label": "Two",
"type": 0
}
]
}