aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/display_spectrum.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-09-24 14:13:34 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2017-09-24 15:57:56 +0200
commitff5faa8697eb31e9a8b02734dac0261b66757c78 (patch)
tree3455c475569ff984fa53560dcb9a1f7cd70ad2b7 /src/common/display_spectrum.c
parentc1fe179d5d5dab87f19f6dd1326c4a631e666a3d (diff)
SDR: Improved IQ plot display, increase dynamics of spectrum display
Diffstat (limited to 'src/common/display_spectrum.c')
-rw-r--r--src/common/display_spectrum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/display_spectrum.c b/src/common/display_spectrum.c
index 8d48ad3..54c0fc0 100644
--- a/src/common/display_spectrum.c
+++ b/src/common/display_spectrum.c
@@ -32,7 +32,7 @@ static double buffer_max[MAX_DISPLAY_SPECTRUM];
static char screen[HEIGHT][MAX_DISPLAY_WIDTH];
static uint8_t screen_color[HEIGHT][MAX_DISPLAY_WIDTH];
static int spectrum_on = 0;
-static double db = 100;
+static double db = 120;
static double center_frequency, frequency_range;
static dispspectrum_t disp;