SDR: Display IQ data as a plot using 'q' key

This commit is contained in:
Andreas Eversberg
2017-01-07 19:53:43 +01:00
parent fee4846c3f
commit d28467c125
9 changed files with 294 additions and 32 deletions

View File

@@ -431,8 +431,14 @@ next_char:
goto next_char;
case 'w':
/* toggle display */
display_iq_on(0);
display_wave_on(-1);
goto next_char;
case 'q':
/* toggle display */
display_wave_on(0);
display_iq_on(-1);
goto next_char;
case 'i':
/* dump info */
dump_info();