-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP-32 radio #46
Comments
There are only a few lines of code for the display. It should be easy to replace them with the code for any display. |
To do this, do the following:
to the following:
Thats all. |
Select display driver by a define `#define DISP [...]` Where `[...]` can be: * `ILI9163C ` * `ST7735` _(more common)_ Connections to the ESP32 are the same for both display types. Install Adafruit_ST7735 library via library manager in the Arduino IDE. FIX Edzelf#46
PROMT
Hello! I very much like the project of radio on esp32. I have such question. Why only ili9163? With other lcd, for example St7735 will be options? Thanks.
The text was updated successfully, but these errors were encountered: