From f76cc493df8b1d868171f70cafeb9f496e3eee8e Mon Sep 17 00:00:00 2001 From: KOTYA8 <138892762+KOTYA8@users.noreply.github.com> Date: Sun, 16 Jul 2023 19:39:00 +0300 Subject: [PATCH 1/2] Update language.h --- src/language.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/language.h b/src/language.h index acbfa6f..1ce2d5b 100644 --- a/src/language.h +++ b/src/language.h @@ -1222,7 +1222,7 @@ static const char* const myLanguage[15][100] = { "50% яркости", // 96 "Смещение уровня AM RF:", // 97 "Измеритель сигнала:", // 98 - "Use AF:" // 99 + "Режим AF:" // 99 }, { "Українська", // Ukranian @@ -1324,7 +1324,7 @@ static const char* const myLanguage[15][100] = { "50% яскравості", // 96 "Зміщення рівня AM RF:", // 97 "Вимірник сигналу:", // 98 - "Use AF:" // 99 + "Режим AF:" // 99 }, { "Italiano", // Italian From 41e6e9b8c72c2bfc587c01f670a4b9a3c913eefb Mon Sep 17 00:00:00 2001 From: Mateusz Walkowiak <52051360+HyperDX@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:29:38 +0200 Subject: [PATCH 2/2] Update README.md moved instructions to wiki --- README.md | 51 ++++----------------------------------------------- 1 file changed, 4 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index af3517c..9d3c397 100644 --- a/README.md +++ b/README.md @@ -8,53 +8,10 @@ Based on Catena / NXP semiconductors API More information: https://www.pe5pvb.nl/tef6686/ -## Setup -During boot hold: -- **BW** button to change rotary encoder direction -- **Mode** button the flip screen -- **Band** button to calibrate analogue S-meter -- **Rotary** button to switch between normal and optical rotary encoder - -## Manual -#### Screensaver triggered -- **BAND SHORT** PRESS: Wakeup Screen -- **BAND LONG** PRESS: Wakeup Screen -- **ROTARY** CHANGE: Wakeup Screen - -#### Screensaver disabled - -- **BAND SHORT** PRESS: Switch band -- **BAND LONG** PRESS: Open advanced RDS viewer -- **ROTARY SHORT** PRESS: Set stepsize or navigate -- **ROTARY LONG** PRESS: Toggle iMS & EQ -- **MODE SHORT** PRESS: Switch between auto/manual or exit menu -- **MODE LONG** PRESS: Open menu -- **BW SHORT** PRESS: Switch bandwidth setting -- **BW LONG** PRESS: Switch mono, or auto stereo - -## Instalation -**Recommended method:** You can download already compiled software and upload it using prepared script from [release page](https://github.com/PE5PVB/TEF6686_ESP32/releases). - -**Alternative method:** You can download source code from [release page](https://github.com/PE5PVB/TEF6686_ESP32/releases) or using git.\ -`git clone https://github.com/PE5PVB/TEF6686_ESP32` - -Then compile and upload it using for example Arduino IDE (remember to select ESP's serial port).\ -**Important** you need to fill your User_Setup.h file (located in Arduino/libraries/TFT_eSPI folder) with these values: -``` -#define ILI9341_DRIVER -#define TFT_CS 5 -#define TFT_DC 17 -#define TFT_RST 16 -#define SPI_FREQUENCY 10000000 - -#define LOAD_FONT7 -#define LOAD_GFXFF -#define SMOOTH_FONT -``` -**ALL OTHER SETTINGS SHOULD BE REMARKED!** - -From v1.16 you **need to** update your ESP32 boards in board manager to v2.x -In case you experience QRM from the screen on 90MHz, try to lower the SPI_FREQUENCY parameter. +## Wiki +- [About the software & features](https://github.com/PE5PVB/TEF6686_ESP32/wiki) +- [Getting started](https://github.com/PE5PVB/TEF6686_ESP32/wiki#getting-started) +- [How to install the software](https://github.com/PE5PVB/TEF6686_ESP32/wiki/Installing-the-software) ### Connecting analog signal meter ```