From bd76bbbf254b416c3ade6c27b864299200762af7 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sat, 25 Jul 2020 17:23:50 +0300 Subject: [PATCH] Fix size on waterfall Waterfall code need some change for support different sweep points count --- nanovna.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanovna.h b/nanovna.h index 95ac230..46b8bd6 100644 --- a/nanovna.h +++ b/nanovna.h @@ -281,7 +281,7 @@ extern void tlv320aic3204_select(int channel); #ifdef __SCROLL__ extern uint16_t _grid_y; #define GRIDY _grid_y -#define HEIGHT_SCROLL 180 +#define HEIGHT_SCROLL 260 #define HEIGHT_NOSCROLL 310 #define SCROLL_GRIDY (HEIGHT_SCROLL / NGRIDY) #define NOSCROLL_GRIDY (HEIGHT_NOSCROLL / NGRIDY)