Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
pxt: updated arcadeshield to 0.1.6, fixed changes related to colour r…
Browse files Browse the repository at this point in the history
…enaming.
  • Loading branch information
KierPalin committed Oct 11, 2024
1 parent 1b8ef63 commit ff9d0c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generateGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ namespace microcode {
this.windowTopBuffer + this.yScrollOffset + this.yScrollOffset,
Screen.WIDTH - this.windowLeftBuffer - this.windowRightBuffer,
this.windowHeight - this.windowBotBuffer - 4,
0
15
);

// Markers & axes:
Expand Down
2 changes: 1 addition & 1 deletion liveDataViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ namespace microcode {
this.windowTopBuffer + this.yScrollOffset + this.yScrollOffset,
Screen.WIDTH - this.windowLeftBuffer - this.windowRightBuffer,
this.windowHeight - this.windowBotBuffer - ((this.guiState == GUI_STATE.ZOOMED_IN) ? 0 : 4),
0
15
);

//-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"radio": "*",
"microphone": "*",
"datalogger": "*",
"pxt-arcadeshield": "github:microsoft/pxt-arcadeshield#v0.1.5",
"pxt-arcadeshield": "github:microsoft/pxt-arcadeshield#v0.1.6",
"jacdac": "github:microsoft/pxt-jacdac#v1.9.28",
"jacdac-light-level": "github:microsoft/pxt-jacdac/light-level#v1.9.28",
"jacdac-soil-moisture": "github:microsoft/pxt-jacdac/soil-moisture#v1.9.28",
Expand Down
4 changes: 2 additions & 2 deletions tabularDataViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ namespace microcode {
Screen.TOP_EDGE,
Screen.LEFT_EDGE + cumulativeColOffset,
Screen.HEIGHT,
0x0
15
)
}
}
Expand All @@ -366,7 +366,7 @@ namespace microcode {
Screen.TOP_EDGE + rowOffset,
Screen.WIDTH,
Screen.TOP_EDGE + rowOffset,
0x0
15
)
}

Expand Down

0 comments on commit ff9d0c4

Please sign in to comment.