Advertisement
LeventeDaradici

esp32-2432S024 myoptions.h file for yoRadio. NOT TESTED!

Nov 5th, 2024
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.74 KB | Source Code | 0 0
  1. #ifndef myoptions_h
  2. #define myoptions_h
  3.  
  4. /* Generated by myoptions.h generator - v0.8.1 */
  5. /* https://e2002.github.io/docs/myoptions-generator.html?r=71,2,19,42,45,46&i=1,2,3,4&v=2,15,-1,27 */
  6. /* Put this file next to yoRadio.ino and restart Arduino IDE. */
  7.  
  8. /* !!! Attention !!! */
  9. /* This configuration depends on some additional libraries. Please install them using the library manager: */
  10. /* Adafruit GFX Library, Adafruit ILI9341 */
  11.  
  12. /* !!! Do not be alarmed, all right, the default values ​​are not included in this file !!! */
  13.  
  14. #define DSP_MODEL           DSP_ILI9341
  15. #define DSP_HSPI            true
  16. #define TFT_DC          2
  17. #define TFT_CS          15
  18. #define BRIGHTNESS_PIN          27
  19. #define I2S_INTERNAL            true
  20. #define PLAYER_FORCE_MONO           true
  21.  
  22.  
  23. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement