Commit Graph

176 Commits

Author SHA1 Message Date
Sjef Verhoeven PE5PVB
24128f64f6 Update language.h 2023-06-29 22:13:03 +02:00
Sjef Verhoeven PE5PVB
7984631be7 Fixed PS
- Added new splash screen to reduce memory use.

- Added about screen in menu

- Fixed some small bugs
2023-06-29 22:11:15 +02:00
Sjef Verhoeven PE5PVB
fba5f349f0 Merge pull request #53 from DXHR05/main
Update language.h
2023-06-29 11:36:59 +02:00
DXHR05
c2e82da5b5 Update language.h 2023-06-29 11:30:42 +02:00
Sjef Verhoeven PE5PVB
1df58d77c5 Memory channel only shown when in memory mode 2023-06-28 22:49:14 +02:00
Sjef Verhoeven PE5PVB
4ae2ed6be2 Bigfixing on RDS 2023-06-28 22:06:05 +02:00
Sjef Verhoeven PE5PVB
e7e498b8ce Merge pull request #52 from MCelliotG/main 2023-06-28 08:24:57 +02:00
MCelliotG
13c16660b4 Greek translation 28/6/2023 2023-06-28 02:41:55 +03:00
Sjef Verhoeven PE5PVB
cfd31351a3 Merge pull request #51 from ohmytime/Display-color-invert
Add Display color invert
2023-06-27 16:11:09 +02: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
Sjef Verhoeven PE5PVB
60ef84bd39 Merge pull request #50 from andimik/main 2023-06-27 08:04:55 +02:00
andimik
fb2edabe71 Fixed OIRT band ends
lowest used frequency in Russia: 65,75 MHz, then 30 kHz steps, 
highes used frequency in Russia: 73,97 MHz, but we need to set it to 74 MHz

Remark: lines 50 and 51 need to be set **not** in kHz, but 1/10 x kHz value.

Source: https://www.fmlist.org
2023-06-26 23:31:36 +02:00
Sjef Verhoeven PE5PVB
b6bac486ab Merge pull request #49 from andimik/main
Update language.h OIRT, German
2023-06-26 23:12:36 +02:00
andimik
59434f6101 Update language.h OIRT, German
changed to kHz instead of K
2023-06-26 23:04:49 +02:00
Sjef Verhoeven PE5PVB
0c4395264a Fixed tune down not working in FM 2023-06-25 22:27:06 +02:00
Sjef Verhoeven PE5PVB
cbac85c094 Merge pull request #48 from ohmytime/fix-offset-reference-error 2023-06-24 17:47:37 +02:00
Sjef Verhoeven PE5PVB
12f5870941 Merge pull request #47 from ohmytime/OIRT 2023-06-24 17:47:23 +02:00
kevin
25f2d2f1ce Fix offset reference error
And code formatting
2023-06-24 21:36:29 +08:00
kevin
0710b65fbd Fix bug 2023-06-24 21:00:43 +08:00
Sjef Verhoeven PE5PVB
ad7cc7a8d8 Merge pull request #46 from ohmytime/OIRT 2023-06-24 14:55:46 +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
Sjef Verhoeven PE5PVB
9313a96a33 Merge pull request #45 from ohmytime/fix-tunemode-error 2023-06-23 10:20:33 +02:00
kevin
d44cbdd96a Fix tune mode error
tune mode MI BAND is disable when restart
2023-06-23 16:04:22 +08:00
Sjef Verhoeven PE5PVB
88ead426f4 Another PS test
Only refresh after receiving 8 characters
2023-06-23 07:33:57 +02:00
Sjef Verhoeven PE5PVB
c0d4e6f7df Changed PS behaviour 2023-06-21 23:23:52 +02:00
Sjef Verhoeven PE5PVB
df7695fe57 Merge pull request #44 from andimik/main 2023-06-21 21:40:25 +02:00
andimik
392767e62c Unhide dots on German Umlaut O
`Ö` is now displayed as `Ö` and no more as `O` due to cropping.
2023-06-21 21:34:57 +02:00
Sjef Verhoeven PE5PVB
382a6f7a2f Merge pull request #43 from andimik/main 2023-06-21 19:19:36 +02: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
Sjef Verhoeven PE5PVB
2b21b93495 Merge pull request #41 from ohmytime/main 2023-06-21 11:39:23 +02:00
Sjef Verhoeven PE5PVB
e6fd3e4dd7 Merge pull request #42 from DXHR05/main 2023-06-21 11:39:03 +02:00
DXHR05
a880038276 Update language.h
Updated Croatian strings
2023-06-21 10:37:52 +02:00
kevin
64110f7c7f Slow down refresh rates on offset 2023-06-21 15:35:55 +08:00
Sjef Verhoeven PE5PVB
60fc5a011a Merge pull request #40 from MCelliotG/main 2023-06-21 00:15:41 +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
Sjef Verhoeven PE5PVB
ca83d97ffd Merge pull request #39 from MCelliotG/main
Greek translation update June 20th 2023
2023-06-20 19:28:35 +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
Sjef Verhoeven PE5PVB
f2c04db051 Small cosmetic fix
Please release button message was out of centre
2023-06-20 12:56:51 +02:00
Sjef Verhoeven PE5PVB
d44aec1252 Merge pull request #38 from DXHR05/main
Update language.h
2023-06-20 12:36:06 +02: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
17fd87490a Merge pull request #37 from ohmytime/fix-bw-refresh-bug
Fix band width refresh bug
2023-06-20 10:09:33 +02:00
kevin
57616fb8bf Fix band width refresh bug 2023-06-20 14:36:26 +08:00
Sjef Verhoeven PE5PVB
8d46bcf9e4 Small fixes and font reverted to 7px
Also
- When PI is 0000? just don't show it
- hard limit of PS length
- Dittered blue canvas under RT fixed
2023-06-19 22:48:53 +02:00