Skip to content

Commit

Permalink
Replace Zaps screensaver w/ OC::scope_render graph
Browse files Browse the repository at this point in the history
just like Quadraturia and others; used to visualize outputs
  • Loading branch information
djphazer committed May 7, 2024
1 parent 2a417a9 commit 1fb01a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions software/src/APP_HEMISPHERE.h
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ class HemisphereManager : public HSApplication {
gfxPrint(HS::trig_length);
gfxPrint("ms");

const char * const ssmodes[4] = { "[blank]", "Meters", "Zaps",
const char * const ssmodes[4] = { "[blank]", "Meters", "Scope",
#if defined(__IMXRT1062__)
"Stars"
#else
Expand Down Expand Up @@ -1235,8 +1235,9 @@ void HEMISPHERE_screensaver() {
case 0x3: // Zips or Stars
ZapScreensaver(true);
break;
case 0x2: // Zaps
ZapScreensaver();
case 0x2: // output scope
//ZapScreensaver();
OC::scope_render();
break;
case 0x1: // Meters
manager.BaseScreensaver(true); // show note names
Expand Down

0 comments on commit 1fb01a0

Please sign in to comment.