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

Commit

Permalink
Merger clean up + new image. Commented out generate_graph feature - s…
Browse files Browse the repository at this point in the history
…eems to tip the binary size just over the edge.
  • Loading branch information
KierPalin committed Sep 5, 2024
1 parent c0116c8 commit a29b57b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 237 deletions.
4 changes: 2 additions & 2 deletions dataViewSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ namespace microcode {
x: 0,
y,
onClick: () => {
this.app.popScene()
this.app.pushScene(new GraphGenerator(this.app))
// this.app.popScene()
// this.app.pushScene(new GraphGenerator(this.app))
},
})

Expand Down
14 changes: 0 additions & 14 deletions home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ namespace microcode {

const y = Screen.HEIGHT * 0.234 // y = 30 on an Arcade Shield of height 128 pixels

const sensorSelectTutorialOpts = {
tips: [
{text: "Pick your sensors\non the next\nscreen."},
{text: "Use UP and DOWN\nto scroll.\nTry it now!"},
{text: "Use A to select a\nsensor.", keywords: [" A "], keywordColors: [6]},
{text: "Select DONE to\nconfirm your\nchoices.", keywords: [" DONE "], keywordColors: [7]},
{text: "Press A to continue!", keywords: [" A "], keywordColors: [6]}, // Red
],
backFn: () => {
this.app.popScene()
this.app.pushScene(new SensorSelect(this.app, CursorSceneEnum.LiveDataViewer))
},
}

this.liveDataBtn = new Button({
parent: null,
style: ButtonStyles.Transparent,
Expand Down
1 change: 0 additions & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"loggingConfig.ts",
"sensorSelect.ts",
"dataRecorder.ts",
"clearDataloggerScreen.ts",
"tabularDataViewer.ts",
"generateGraph.ts",
"distributedLogging.ts"
Expand Down
Binary file added resources/jacdac_recording.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
220 changes: 0 additions & 220 deletions tutorialWindow.ts

This file was deleted.

0 comments on commit a29b57b

Please sign in to comment.