Digital mode for waveform widget, 2.4GHZ WLAN channels in jammer

This commit is contained in:
furrtek 2017-01-17 07:00:42 +00:00
parent b10c88e271
commit 368f0f7fb0
10 changed files with 136 additions and 47 deletions

View file

@ -57,9 +57,10 @@ public:
void paint_widget_tree(Widget* const w);
private:
void draw_hline(Point p, int width, const Color c);
void draw_vline(Point p, int height, const Color c);
private:
void paint_widget(Widget* const w);
};