Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef myoptions_h
- #define myoptions_h
- //
- // Video on youtube: https://youtu.be/MSIvnyaKNxk
- //
- /* Generated by myoptions.h generator - v0.8.1 */
- /* https://e2002.github.io/docs/myoptions-generator.html?r=71,2,5,29,42,45,46,61&i=1,2,3,4,35,36,37,38&v=2,15,-1,27,33,32,21,25 */
- /* 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 */
- /* !!! Do not be alarmed, all right, the default values are not included in this file !!! */
- #define DSP_MODEL DSP_ST7796
- #define DSP_HSPI true
- #define TFT_DC 2
- #define TFT_CS 15
- #define BRIGHTNESS_PIN 27
- #define I2S_INTERNAL true
- #define PLAYER_FORCE_MONO true
- #define TS_MODEL TS_MODEL_GT911
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement