Skip to content

Commit

Permalink
removed parity and baud settings from serial #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 17, 2020
1 parent 41af5a1 commit e3e1138
Show file tree
Hide file tree
Showing 5 changed files with 51,937 additions and 51,713 deletions.
141 changes: 141 additions & 0 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -23471,6 +23471,147 @@
"focusStyle": {}
}
]
},
{
"type": "Select",
"style": {
"inheritFrom": "default"
},
"data": "serial_enabled",
"action": "serial_toggle",
"left": 0,
"top": 32,
"width": 460,
"height": 116,
"widgets": [
{
"type": "Rectangle",
"style": {
"inheritFrom": "default"
},
"left": 0,
"top": 0,
"width": 460,
"height": 116,
"invertColors": true
},
{
"type": "Container",
"style": {
"inheritFrom": "default"
},
"left": 0,
"top": 0,
"width": 460,
"height": 116,
"widgets": [
{
"type": "Text",
"style": {
"inheritFrom": "edit_value_S_left",
"font": "Oswald17"
},
"left": 15,
"top": 16,
"width": 80,
"height": 28,
"text": "Baud:",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "value_S",
"font": "Oswald17"
},
"left": 95,
"top": 16,
"width": 122,
"height": 28,
"text": "115200",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "edit_value_S_left",
"font": "Oswald17"
},
"left": 15,
"top": 52,
"width": 80,
"height": 28,
"text": "Parity:",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "value_S",
"font": "Oswald17"
},
"left": 95,
"top": 52,
"width": 122,
"height": 28,
"text": "None",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "edit_value_S_left",
"font": "Oswald17"
},
"left": 217,
"top": 16,
"width": 100,
"height": 28,
"text": "Bits:",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "value_S",
"font": "Oswald17"
},
"left": 321,
"top": 16,
"width": 122,
"height": 28,
"text": "8",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "edit_value_S_left",
"font": "Oswald17"
},
"left": 217,
"top": 52,
"width": 100,
"height": 28,
"text": "Stop bits:",
"focusStyle": {}
},
{
"type": "Text",
"style": {
"inheritFrom": "value_S",
"font": "Oswald17"
},
"left": 321,
"top": 52,
"width": 122,
"height": 28,
"text": "1",
"focusStyle": {}
}
]
}
]
}
]
},
Expand Down
Loading

0 comments on commit e3e1138

Please sign in to comment.