experimental
guido 2020-05-09 23:41:01 +02:00
rodzic c4591d8e60
commit 3d6abc20cb
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -692,7 +692,7 @@ public:
setCursor(0, 0);
}
};
//#define OLED 1 // SDD1306 connection on display header: 1=GND(black), 2=RED(red), 13=SDA(brown), 14=SCK(orange)
//#define OLED 1 // SDD1306 connection on display header: 1=GND(black), 2=5V(red), 13=SDA(brown), 14=SCK(orange)
#ifdef OLED
SSD1306Device lcd;
#else
@ -2591,7 +2591,7 @@ void paramAction(uint8_t action, uint8_t id = ALL) // list of parameters
case ATT2: paramAction(action, att2, F("1.9"), F("ATT2"), NULL, 0, 16, false); break;
case SMETER: paramAction(action, smode, F("1.10"), F("S-meter"), smode_label, 0, _N(smode_label) - 1, false); break;
case CWDEC: paramAction(action, cwdec, F("2.1"), F("CW Decoder"), offon_label, 0, 1, false); break;
case CWTONE: paramAction(action, cw_tone, F("2.2"), F("CW Tone"), cw_tone_label, 0, 1, false); break;
case CWTONE: paramAction(action, cw_tone, F("2.2"), F("CW Tone"), cw_tone_label, 0, 1, false); break;
case CWOFF: paramAction(action, cw_offset, F("2.3"), F("CW Offset"), NULL, 300, 2000, false); break;
case VOX: paramAction(action, vox, F("3.1"), F("VOX"), offon_label, 0, 1, false); break;
case VOXGAIN: paramAction(action, vox_thresh, F("3.2"), F("VOX Level"), NULL, 0, 255, false); break;
@ -3319,4 +3319,5 @@ Q- I+ Q+ I- Q- I+ Q+ I-
LCD_ LCD timing differences
filter setting per mode?
s-meter offset issue
*/

Wyświetl plik

@ -90,7 +90,7 @@ Currently, the following functions have been assigned to shortcut buttons (L=lef
| 1.10 S-meter | Type of S-Meter (OFF, dBm, S, S-bar) | |
| 2.1 CW Decoder | Enable/disable CW Decoder (ON, OFF) | |
| 2.2 CW Tone | CW Filter+Side-tone (300, 700) | |
| 2.3 CW Offset | CW TX Offset (should align with CW Filter Tone) | |
| 2.3 CW Offset | CW RX Offset (use to align with CW Filter Tone) | |
| 3.1 VOX | Voice Operated Xmit (ON, OFF) | **R long** | |
| 3.2 VOX Level | Audio threshold of VOX (0-255) | |
| 3.3 MOX | Monitor on Xmit (audio unmuted during transmit) | |