osmocom_fft: Use the new WX version of fosphor sink

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2013-10-20 22:52:52 +02:00
parent 8facbbcca1
commit a2fcadaef3
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class app_top_block(stdgui2.std_top_block, pubsub):
if options.fosphor: if options.fosphor:
from gnuradio import fosphor from gnuradio import fosphor
self.scope = fosphor.glfw_sink_c() self.scope = fosphor.wx_sink_c(panel, size=(800,300))
elif options.waterfall: elif options.waterfall:
self.scope = waterfallsink2.waterfall_sink_c (panel, self.scope = waterfallsink2.waterfall_sink_c (panel,
fft_size=options.fft_size, fft_size=options.fft_size,