You've already forked TEF6686_ESP32
Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32
This commit is contained in:
51
README.md
51
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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user