Kein Problem, aber da steht ja eh nicht viel drin. Ich habe zumindest beide SPI-Busse verwendet.
Was ich mich frage, und auch auf Recherche nicht herausgefunden habe ist, muss ich am Display alle Pins anschließen? SDCard brauche ich nicht, es soll ein reines Radio werden.
#ifndef myoptions_h
#define myoptions_h
/* Generated by myoptions.h generator - v0.8.1 */
/* https://e2002.github.io/docs/myoptions…,27,25,26,-1,32 */
/* Put this file next to yoRadio.ino and restart Arduino IDE. */
/* !!! Attention !!! */
/* This configuration depends on some additional libraries. Please install them using the library manager: */
/* Adafruit GFX Library, Adafruit ILI9341, XPT2046_Touchscreen */
/* !!! Do not be alarmed, all right, the default values are not included in this file !!! */
#define DSP_MODEL DSP_ILI9341
#define I2S_DOUT 255
#define VS_HSPI true
#define VS1053_CS 27
#define TS_MODEL TS_MODEL_XPT2046
#define TS_CS 32
#define VS_PATCH_ENABLE false
#endif