Update README.md

pull/4/head
Sjef Verhoeven PE5PVB 2024-03-20 10:18:55 +01:00 zatwierdzone przez GitHub
rodzic ed4d5fcf94
commit 27535deff3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 17 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,15 @@ The version in the repository is an ongoing development. It could and will conta
Advanced DAB Tuner software for Skyworks SI4684 tuner with ESP32 board and a color LCD\
More information: https://www.pe5pvb.nl/
# Building instructions
On Youtube I published a video how to build your own radio.
In English:
https://www.youtube.com/watch?v=C_xd0h_HTuU
In Dutch:
https://www.youtube.com/watch?v=wV3G2J327qg
# Libraries
These are the libraries used for this project:
- https://github.com/Bodmer/TFT_eSPI
@ -23,7 +32,14 @@ Use these settings in the TFT_eSPI library:
#define SPI_FREQUENCY 50000000
#define SMOOTH_FONT
```
# Buttons
A brief instruction for the buttons:
- Top encoder: Choose frequency or memory channel
- Bottom encoder: Choose service or set headphones volume
- Top button: Short press: Service information, Long press: Stand-by mode.
- Middle button: Short press: Set mode, Long press: Open menu.
- Lower button: Toggle Slideshow view.
## Contributing
I'm open for a new ideas in our project. Feel free to share your thoughts in [Discussions](https://github.com/PE5PVB/SI4684-DAB-Receiver/discussions).\
You can also contribute your own code using [Pull Requests](https://github.com/PE5PVB/SI4684-DAB-Receiver/pulls). We will review it and merge into main branch.