Commit Graph

580 Commits

Author SHA1 Message Date
Sjef Verhoeven PE5PVB
12b1a1f97b When Wifi connection failed from menu the message was shown to short 2023-11-02 10:28:08 +01:00
Sjef Verhoeven PE5PVB
87ecd38135 Merge pull request #379 from MCelliotG/main
Update language.h
2023-11-02 10:06:17 +01:00
andimik
72a1191114 Shorter German texts
and removed German asterisks
2023-11-02 00:32:11 +01:00
MCelliotG
47565adce3 Update language.h 2023-11-02 01:26:05 +02:00
Sjef Verhoeven PE5PVB
f3de7f8c54 Merge pull request #377 from MCelliotG/main
Greek, French, Spanish and Portuguese update
2023-11-02 00:09:03 +01:00
Sjef Verhoeven PE5PVB
ea44570642 Fixed CT glitching 2023-11-02 00:08:28 +01:00
MCelliotG
41554ddb12 Greek, French, Spanish and Portuguese update
Remove asterisks.
2023-11-02 00:40:55 +02:00
Sjef Verhoeven PE5PVB
ca40d85bd9 Fixed flashing PI is some cases when Show PI errors is enabled 2023-11-01 22:47:05 +01:00
Sjef Verhoeven PE5PVB
c64faf1df3 SPI speed added to flash storage and menu cleanup
Moved ARS selection to tft_espi config
2023-11-01 22:22:46 +01:00
andimik
43aeec73fd Mark identical (untranslated) texts with asterisks
The three asterisks in the `language.h` file mean that the text is the same as in English (as per 1st November 2023). This will help to identify texts which have not been translated so far.

Of course, some texts are the same in many languages, like `TV` or `SMS`, so feel free to remove them when updating your language.
2023-11-01 21:35:57 +01:00
ohmytime
5a7af38293 Fix SPI speed by mod tft_eSpi library
1. Raplace tft_eSpi by https://github.com/ohmytime/TFT_eSPI_DynamicSpeed
2.uncomment to enable dynamic SPI Speed
// #define DYNAMIC_SPI_SPEED
2023-11-01 20:29:24 +08:00
Sjef Verhoeven PE5PVB
33ce64aa04 Update Bulgarian 2023-10-31 14:15:06 +01:00
Sjef Verhoeven PE5PVB
bde1331bc9 Removed unused color reference 2023-10-30 22:13:07 +01:00
Sjef Verhoeven PE5PVB
11509545d8 Fix CT glitch 2023-10-30 21:29:53 +01:00
Sjef Verhoeven PE5PVB
dbe2d38a79 Fixed AF/EON page when over 30 AF's 2023-10-30 21:14:29 +01:00
Sjef Verhoeven PE5PVB
97fcaf0801 Removed some ':' 2023-10-30 20:22:33 +01:00
andimik
b05cfcded7 Update German 30th Oct
- some German word wraps added, but not tested
- Italian expression for Wi-Fi unified
- Italian texts with `%` without space
2023-10-30 20:13:11 +01:00
Sjef Verhoeven PE5PVB
2660aae9d5 Update Dutch language 2023-10-30 17:26:29 +01:00
Sjef Verhoeven PE5PVB
b5d7d053d2 Added menu option for default MW stepsize, menu cleanup 2023-10-30 16:49:28 +01:00
Sjef Verhoeven PE5PVB
d9d862389a Added PIN parsing on Group 1B 2023-10-29 23:32:13 +01:00
Sjef Verhoeven PE5PVB
09e8786987 Fixed PTYN refresh 2023-10-29 23:21:14 +01:00
Sjef Verhoeven PE5PVB
bb00e30c23 Fixed bug in DAB AF chars 2023-10-29 17:51:16 +01:00
Sjef Verhoeven PE5PVB
e71b037303 Added DAB AF 2023-10-29 17:11:52 +01:00
Sjef Verhoeven PE5PVB
a365267ad9 Reduced sprites to save RAM 2023-10-29 15:08:25 +01:00
Sjef Verhoeven PE5PVB
a27fa13c66 Added function to store stereo/mono status and BW mode on memory channels 2023-10-29 00:23:25 +02:00
Sjef Verhoeven PE5PVB
8d85e318a7 More fixes and added eeprom space for BW and MS 2023-10-28 23:37:50 +02:00
Sjef Verhoeven PE5PVB
17f1ef2eb6 Code cleanup 2023-10-28 23:27:14 +02:00
Sjef Verhoeven PE5PVB
62a6a67fbc Some more fixes on RDS 2023-10-28 23:03:08 +02:00
Sjef Verhoeven PE5PVB
2a3a190ecc Merge pull request #363 from MCelliotG/main
Line wrapping adjustments
2023-10-28 00:16:40 +02:00
Sjef Verhoeven PE5PVB
32f3edf49f Added database with USA callsigns and states 2023-10-27 23:50:41 +02:00
MCelliotG
cdebeeabd2 Add line wrapping to bigger strings
Add line wrapping to bigger strings in Greek, French, Spanish and Portuguese.
2023-10-27 21:46:03 +03:00
Sjef Verhoeven PE5PVB
b0999fbf7b Added database USA callsigns and states
Not implemented yet
2023-10-27 16:35:20 +02:00
Sjef Verhoeven PE5PVB
e386e3e6f2 Added textwrapping in menubox
When using \n in text, a second line is used in menubox. In normal menuoverview the '\n will be replaced by a space.
2023-10-26 14:33:55 +02:00
Sjef Verhoeven PE5PVB
ed9ef19d38 Fixed time display in AF screen and old time was sometimes displayed too. 2023-10-26 10:49:49 +02:00
Sjef Verhoeven PE5PVB
ec9bf2242e Fixed gui.cpp after last mod. 2023-10-26 10:32:03 +02:00
MCelliotG
281e2945e6 Add space after Default on SPI speed selection 2023-10-26 03:43:53 +03:00
MCelliotG
90e2474730 Language updates
Some string shortening
2023-10-26 03:32:15 +03:00
Sjef Verhoeven PE5PVB
8d910ef63d Added RTC clock
Once when CT has been received, time is synced to internal RTC. When CT is not avaialble the RTC time will be shown in secondary color. This clock is also visible in AM mode.
2023-10-25 17:22:59 +02:00
Sjef Verhoeven PE5PVB
32d866328a AFEON fixes
- Fix crash when more than 12 EON's
- Fix page numbering
- Fix EON overwritten texts
2023-10-24 22:51:48 +02:00
Sjef Verhoeven PE5PVB
038403f267 Fixed AF startpoint 2023-10-24 19:56:43 +02:00
Sjef Verhoeven PE5PVB
dd2370a083 Fixed bug in deemphasis selector 2023-10-24 19:23:16 +02:00
Sjef Verhoeven PE5PVB
6786df55bc Added extra AF Method B probe to prevent false Method B detection 2023-10-24 19:07:43 +02:00
Sjef Verhoeven PE5PVB
abfa6b89f7 RDS error indicators are now always written, to prevent wrong values 2023-10-24 15:31:13 +02:00
Sjef Verhoeven PE5PVB
4ed46a3048 Added RDS refresh on PI change 2023-10-24 15:19:38 +02:00
Sjef Verhoeven PE5PVB
0b1b4bafb3 Fix: Ghosting text left-bottom corner Advanced RDS screen when scanning 2023-10-24 15:00:27 +02:00
MCelliotG
1c36baee6b Language numbers 2023-10-24 00:21:40 +03:00
MCelliotG
3efb9ceac3 Typo 2023-10-24 00:19:14 +03:00
MCelliotG
a67fbda69a Update translations, added Portuguese 2023-10-24 00:16:48 +03:00
Sjef Verhoeven PE5PVB
753061792d RDS USA now shows both PI and Callsign
Callsign converter needs futher adjustment.
2023-10-23 21:29:05 +02:00
Sjef Verhoeven PE5PVB
4f73645364 Added 200kHz stepsize for FM 2023-10-23 20:44:56 +02:00