aboutsummaryrefslogtreecommitdiffstats
path: root/apps/osmocom_fft
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2013-10-20 22:52:52 +0200
committerSylvain Munaut <tnt@246tNt.com>2013-10-26 21:17:36 +0200
commita2fcadaef3c3947c1aa487be24f9f7eb28e253ec (patch)
tree8ac5efdd488faa9ca1a17c5e8273e0ae636b3b89 /apps/osmocom_fft
parent8facbbcca1e82818c77a603f8e5652c3bfc33dac (diff)
osmocom_fft: Use the new WX version of fosphor sink
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'apps/osmocom_fft')
-rwxr-xr-xapps/osmocom_fft2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/osmocom_fft b/apps/osmocom_fft
index 399026d..733dd89 100755
--- a/apps/osmocom_fft
+++ b/apps/osmocom_fft
@@ -175,7 +175,7 @@ class app_top_block(stdgui2.std_top_block, pubsub):
if options.fosphor:
from gnuradio import fosphor
- self.scope = fosphor.glfw_sink_c()
+ self.scope = fosphor.wx_sink_c(panel, size=(800,300))
elif options.waterfall:
self.scope = waterfallsink2.waterfall_sink_c (panel,
fft_size=options.fft_size,