Skip to content

Commit

Permalink
Remove Pong APP
Browse files Browse the repository at this point in the history
  • Loading branch information
pablolins committed Oct 5, 2020
1 parent 4291e72 commit 0f90be5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 376 deletions.
6 changes: 0 additions & 6 deletions software/o_c_REV/APP_BIGSCOPE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public:

void View() {
gfxHeader("Scope");
//gfxPrint(1, 2, "Scope");
//DrawTicks();
DrawVoltage();
DrawBPM();
DrawInput1();
Expand Down Expand Up @@ -122,10 +120,6 @@ private:
gfxBitmap(102, 1, 8, CLOCK_ICON);
}

// void DrawTicks() {
// gfxPrint(40, 1, sample_ticks);
// }


void gfxPrintVoltage(int cv) {
int v = (cv * 100) / (12 << 7);
Expand Down
369 changes: 0 additions & 369 deletions software/o_c_REV/APP_PONGGAME.ino

This file was deleted.

1 change: 0 additions & 1 deletion software/o_c_REV/OC_apps.ino
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ OC::App available_apps[] = {
DECLARE_APP('N','N', "Neural Net", NeuralNetwork),
DECLARE_APP('S','C', "Scale Editor", SCALEEDITOR),
DECLARE_APP('W','A', "Waveform Editor", WaveformEditor),
DECLARE_APP('P','O', "Pong", PONGGAME),
DECLARE_APP('B','R', "Backup / Restore", Backup),
DECLARE_APP('S','E', "Setup / About", Settings),
};
Expand Down

0 comments on commit 0f90be5

Please sign in to comment.