Advertisement
LeventeDaradici

ILI9488 - with touchscreen - max98357 - HX1838 IR Sensor

May 25th, 2024 (edited)
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 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,5,7,31,41,43,46,60,63,67&i=1,2,3,4,15,16,17,34,41&v=4,5,-1,255,27,26,25,16,15 */
  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, XPT2046_Touchscreen, IRremoteESP8266 */
  11.  
  12. /* !!! Do not be alarmed, all right, the default values ​​are not included in this file !!! */
  13.  
  14. #define DSP_MODEL DSP_ILI9488
  15. #define PLAYER_FORCE_MONO true
  16. #define TS_MODEL TS_MODEL_XPT2046
  17. #define TS_HSPI true
  18. #define TS_CS 16
  19. #define IR_PIN 15
  20.  
  21.  
  22. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement