Fix size on waterfall

Waterfall code need some change for support different sweep points count
Removed_REF_marker
DiSlord 5 years ago
parent 7ff0be62ac
commit bd76bbbf25

@ -281,7 +281,7 @@ extern void tlv320aic3204_select(int channel);
#ifdef __SCROLL__ #ifdef __SCROLL__
extern uint16_t _grid_y; extern uint16_t _grid_y;
#define GRIDY _grid_y #define GRIDY _grid_y
#define HEIGHT_SCROLL 180 #define HEIGHT_SCROLL 260
#define HEIGHT_NOSCROLL 310 #define HEIGHT_NOSCROLL 310
#define SCROLL_GRIDY (HEIGHT_SCROLL / NGRIDY) #define SCROLL_GRIDY (HEIGHT_SCROLL / NGRIDY)
#define NOSCROLL_GRIDY (HEIGHT_NOSCROLL / NGRIDY) #define NOSCROLL_GRIDY (HEIGHT_NOSCROLL / NGRIDY)

Loading…
Cancel
Save

Powered by TurnKey Linux.