Skip to content

Commit

Permalink
fix broken layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenskys committed Oct 20, 2019
1 parent 80898a5 commit 000b0af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SCRIPTS/BF/LAYOUT/128x64/pwm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
{ t = "PWM", x = 58, y = 34, },
{ t = "Idle", x = 58, y = 44, }
},
fields = {
fieldLayout = {
{ x = 32, y = 14, },
{ x = 32, y = 24, },
{ x = 32, y = 34, },
Expand Down
2 changes: 1 addition & 1 deletion src/SCRIPTS/BF/LAYOUT/128x64/rates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return {
{ t = "Rate", x = 20, y = 108, },
{ t = "Breakpoint", x = 20, y = 116, },
},
fields = {
fieldLayout = {
{ x = 39, y = 26, },
{ x = 39, y = 36, },
{ x = 39, y = 46, },
Expand Down
2 changes: 1 addition & 1 deletion src/SCRIPTS/BF/PAGES/pids1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
minBytes = 9,
labels = display.labels,
fieldLayout = display.fieldLayout,
fields = {
fields = {
{ min = 0, max = 200, vals = { 1 }, },
{ min = 0, max = 200, vals = { 4 }, },
{ min = 0, max = 200, vals = { 7 }, },
Expand Down
2 changes: 1 addition & 1 deletion src/SCRIPTS/BF/PAGES/rx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
minBytes = 23,
labels = display.labels,
fieldLayout = display.fieldLayout,
fields = {
fields = {
{ min = 1000, max = 2000, vals = { 6, 7 }, },
{ min = 1000, max = 2000, vals = { 4, 5 }, },
{ min = 1000, max = 2000, vals = { 2, 3 }, },
Expand Down

0 comments on commit 000b0af

Please sign in to comment.