Advertisement
LeventeDaradici

myoptions.h file for yoRadio on esp32-3248S035C

Aug 22nd, 2024 (edited)
2,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.83 KB | Source Code | 0 0
  1. #ifndef myoptions_h
  2. #define myoptions_h
  3. //
  4. // Video on youtube: https://youtu.be/MSIvnyaKNxk
  5. //
  6. /* Generated by myoptions.h generator - v0.8.1 */
  7. /* 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 */
  8. /* Put this file next to yoRadio.ino and restart Arduino IDE. */
  9.  
  10. /* !!! Attention !!! */
  11. /* This configuration depends on some additional libraries. Please install them using the library manager: */
  12. /* Adafruit GFX Library */
  13.  
  14. /* !!! Do not be alarmed, all right, the default values ​​are not included in this file !!! */
  15.  
  16. #define DSP_MODEL           DSP_ST7796
  17. #define DSP_HSPI            true
  18. #define TFT_DC          2
  19. #define TFT_CS          15
  20. #define BRIGHTNESS_PIN          27
  21. #define I2S_INTERNAL            true
  22. #define PLAYER_FORCE_MONO           true
  23. #define TS_MODEL            TS_MODEL_GT911
  24.  
  25.  
  26. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement