Several fixes and updates

- Error output for XDRGTK finally compatible
- Added dBuV/dBf/dBm selector
- Added display softstart (just because it looks nice)
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-12 21:58:18 +02:00
parent c678b6c86a
commit 8aaeb72d81
4 changed files with 111 additions and 37 deletions
+2
View File
@@ -93,6 +93,8 @@
#define SW_MI_BAND_120M 120
#define SW_MI_BAND_160M 160
static const char* const unitString[] = {"dBμV", "dBf", "dBm"};
static const uint8_t TEFLogo[] PROGMEM = {
0xff, 0xff, 0xf8, 0x7f, 0xfe, 0x07, 0xff, 0xe0, 0xff, 0xff, 0xf8, 0xff, 0xff, 0x1f, 0xff, 0xe0,
0xff, 0xff, 0xf9, 0xff, 0xff, 0x1f, 0xff, 0xe0, 0xff, 0xff, 0xfb, 0xff, 0xfe, 0x3f, 0xff, 0xe0,