Skip to content

Commit

Permalink
flashSlave
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Dec 7, 2019
1 parent 9bd70d7 commit 1930c98
Show file tree
Hide file tree
Showing 12 changed files with 793 additions and 446,760 deletions.
34 changes: 33 additions & 1 deletion modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,11 @@
"name": "file_manager_opened_image",
"type": "integer",
"defaultValue": "0"
},
{
"name": "script_info",
"type": "string",
"defaultValue": "script info"
}
],
"actions": [
Expand Down Expand Up @@ -7705,7 +7710,7 @@
"left": 222,
"top": 158,
"width": 248,
"height": 72,
"height": 100,
"name": "Overlay",
"widgets": [
{
Expand Down Expand Up @@ -7866,6 +7871,33 @@
]
}
]
},
{
"type": "Text",
"style": {
"inheritFrom": "overlay",
"font": "Heydings14"
},
"left": 8,
"top": 64,
"width": 28,
"height": 28,
"text": "\\u007d",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "overlay",
"alignHorizontal": "left"
},
"data": "script_info",
"left": 40,
"top": 64,
"width": 200,
"height": 28,
"text": "",
"focusStyle": {}
}
],
"overlay": "overlay",
Expand Down
Loading

0 comments on commit 1930c98

Please sign in to comment.