Commit Graph

158 Commits

Author SHA1 Message Date
MCelliotG
13c16660b4 Greek translation 28/6/2023 2023-06-28 02:41:55 +03:00
kevin
839134e936 Merge branch 'main' into Display-color-invert 2023-06-27 22:07:29 +08:00
kevin
0dd1f9730e Add Display color invert 2023-06-27 22:05:05 +08:00
Mateusz Walkowiak
0a8000da55 Update language.h
updated polish translation
2023-06-27 15:52:21 +02:00
andimik
59434f6101 Update language.h OIRT, German
changed to kHz instead of K
2023-06-26 23:04:49 +02:00
kevin
fe9907cae5 Add 30Khz stepsize for OIRT band
Can switch OIRT 30Khz step on/off in the menu.
Can adjust OIRT low / high edge according to LowEdgeSet / HighEdgeSet
2023-06-24 20:14:39 +08:00
andimik
b08dff08b9 Update German and compilation fix
- updated German texts
- fixed compilation error `initializer-string for array of chars is too long [-fpermissive]` by checking the end strings:

```
$ more language.h | grep -v ,
// [number of languages][number of texts][max. length of text]

static const char myLanguage[9][68][78] = {
    "Audio output"

    "Audio uitgang"

    "Audio output"

    "Audio izlaz"

    "Απαλοιφή θορύβου FM"
    "Έξοδος ήχου"

    "Audio output"

    "Audioausgabe"

    "Audio output"

    "Audio output"
};
```
2023-06-21 18:59:18 +02:00
DXHR05
a880038276 Update language.h
Updated Croatian strings
2023-06-21 10:37:52 +02:00
MCelliotG
3a2145f34a Greek translation June 21st 2023 2023-06-21 01:12:41 +03:00
Sjef Verhoeven PE5PVB
e2217e861e Added MPX output
Select MPX (MPX + Mono) or stereo output in the menu.

Updated the I2C busspeed to 400kHz.
2023-06-20 22:01:07 +02:00
Sjef Verhoeven PE5PVB
5bb0313942 Update language.h 2023-06-20 20:12:18 +02:00
Sjef Verhoeven PE5PVB
6bd9948d97 Fix on PS and factory reset
First PS was erased when 8 chars was reached. Not all stations use 8 char PS. Changed the routine. First 8 RDS decoding runs after a tune command PS is written dirty, to have it DX-fast. After that, PS will be written when offset reaches 0.

Also added factory reset. Hold BW+STEP pressed during boot.
2023-06-20 20:08:51 +02:00
MCelliotG
9c64fbb54f Greek translation update June 20th 2023 2023-06-20 20:25:25 +03:00
MCelliotG
e1263c956a Greek translation update June 20th 2023 2023-06-20 20:23:55 +03:00
DXHR05
2fd5f0207d Update language.h
Added Croatian strings for new strings (Squelch etc.)
Correction of some Wi-Fi strings in Croatian.
2023-06-20 12:30:56 +02:00
Sjef Verhoeven PE5PVB
b4a4c1a83b Added some new features
- You can now disable the squelch indicator in the menu
- You can now disable the modulation meter. This can help stop disturbtion on weak signals
- Added FM and AM noiseblanker
- Fix for LW, lowest frequency set to 144kHz.
2023-06-20 12:11:53 +02:00
Sjef Verhoeven PE5PVB
ebbe47da52 Small fix for PS and more
- Added menu option for dynamic PI. When PI changes (due fading and another station is received on the same frequency), when dynamic PI is enabled, new PI will be shown. Disadvance of this, is that on weak signals correct received PI can be overwritten by a false PI.

- Smallest font now 1px larger
- When no battery, the icon is not shown.

- PS is now stable when length < 8 characters

- Enabled Stationlist for AM (tuning currently not possible)
2023-06-19 21:36:02 +02:00
DXHR05
41cded7af0 Update language.h
Updates Croatian strings for RDS filter.
Fixed some Croatian Wi-Fi strings.
2023-06-19 14:04:34 +02:00
Sjef Verhoeven PE5PVB
abf5dd1256 Added RDS filter option
You can now select RDS filter on/off in the menu.

Off: RDS data can be dirty, but is very fast.

On: RDS data is buffered and filtered by the TEF668x.
2023-06-18 23:03:37 +02:00
Mateusz Walkowiak
9b07d7fb47 Update language.h
translated new string into Polish
2023-06-18 14:59:59 +02:00
Sjef Verhoeven PE5PVB
2ab7ce223d Fixed language selector
added SW wavelength indicator selector.
2023-06-18 13:31:26 +02:00
Sjef Verhoeven PE5PVB
71634398bc Added Stationlist support 2023-06-17 22:05:19 +02:00
andimik
9f5fcfe8d8 shorter German texts 2023-06-16 22:52:49 +02:00
andimik
2d0efd2434 Update German with WiFi texts 2023-06-16 18:16:59 +02:00
MCelliotG
9e6639c02d Greek language update 16/6/2023 2023-06-16 15:31:01 +03:00
DXHR05
39d1ef8303 Update language.h
Added Croatian strings for Wi-Fi
2023-06-16 12:56:14 +02:00
Mateusz Walkowiak
e8bca7ecd1 Update language.h
translate new strings into Polish
2023-06-16 11:43:12 +02:00
Sjef Verhoeven PE5PVB
bc3156628e Added WiFi support 2023-06-15 23:22:32 +02:00
Mateusz Walkowiak
1254873cb7 add new PL translations + fix typo
added new PL strings + fixed typo in app name (XDRGTK -> XDR-GTK)
2023-06-15 16:02:32 +02:00
DXHR05
81c87ab5f0 Update language.h
Added Croatian translation to new strings.
2023-06-15 12:26:36 +02:00
Sjef Verhoeven PE5PVB
675b83efdf Added support for RDS Spy on USB 2023-06-15 11:52:00 +02:00
Sjef Verhoeven PE5PVB
06768fb5ab Fix for special characters RDS 2023-06-14 17:45:18 +02:00
Marek Farkaš
01d601baeb Update language.h [czech/slovak]
Added Czech / Slovak translations.
2023-06-10 22:21:30 +02:00
andimik
bfa9a96d54 Added German translation
first attempt
2023-06-10 01:24:15 +02:00
MCelliotG
271e53f58a Greek translation update June 9th 2023 2023-06-09 11:50:40 +03:00
alexander - yo2ldk
facc783a81 Update language.h 2023-06-09 00:03:43 +03:00
Sjef Verhoeven PE5PVB
05b232fcb4 Added RBDS support with stationcall and underscore in PS 2023-06-08 22:40:55 +02:00
MCelliotG
36c8c5e11a Greek translation small fixes
Greek translation small fixes
2023-06-08 01:05:28 +03:00
Sjef Verhoeven PE5PVB
06fbde0d0e Added Roman language 2023-06-07 19:09:06 +02:00
Sjef Verhoeven PE5PVB
6f7188a643 Fixed language.h 2023-06-07 10:06:08 +02:00
MCelliotG
f014ac1efa Add files via upload 2023-06-07 01:26:45 +03:00
Sjef Verhoeven PE5PVB
012a164ce1 Fixed Eastern European characters 2023-06-06 23:11:30 +02:00
DXHR05
b8cf3e3e96 Update language.h
Added and fixed Croatian text strings
2023-06-06 14:14:09 +02:00
Mateusz Walkowiak
77a9539384 Update language.h
translated extra sentences to Polish
2023-06-06 10:19:24 +02:00
Sjef Verhoeven PE5PVB
0aa7028e09 Update language.h 2023-06-05 23:46:47 +02:00
Sjef Verhoeven PE5PVB
1faafcf146 Update language.h 2023-06-05 23:45:28 +02:00
Sjef Verhoeven PE5PVB
95b1d68801 Change bandedge to band edge 2023-06-05 23:44:57 +02:00
Mateusz Walkowiak
a5e3a5b69c Update polish translation 2023-06-05 23:32:14 +02:00
Sjef Verhoeven PE5PVB
4eb61a05c9 Added band edge beep, Croatian language 2023-06-05 23:24:01 +02:00
Sjef Verhoeven PE5PVB
6fb3789eae Added softmute
Added softmute to menu
Resized menu popup
2023-06-05 22:22:46 +02:00