LCR scanner and bugfixes, keyboard bugfixes

This commit is contained in:
furrtek
2016-05-27 09:26:43 +02:00
parent 6a0816ba56
commit 9c3e3bddad
8 changed files with 253 additions and 163 deletions
+3 -2
View File
@@ -148,8 +148,6 @@ public:
~XylosView();
std::string title() const override { return "Xylos transmit"; };
void start_tx();
void upd_message();
void focus() override;
void paint(Painter& painter) override;
@@ -160,6 +158,9 @@ private:
const rf::Frequency xylos_freqs[7] = { 31325000, 31387500, 31437500, 31475000, 31687500, 31975000, 88000000 };
char ccirmessage[21];
void start_tx();
void upd_message();
const Style style_val {
.font = font::fixed_8x16,
.background = Color::green(),