Advertisement
LeventeDaradici

ILI9488 IPS with XPT2046 Touchscreen myoptions.h file for yoRadio

Aug 30th, 2024
1,648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.77 KB | Source Code | 0 0
  1. #ifndef myoptions_h
  2. #define myoptions_h
  3.  
  4. // https://www.youtube.com/@LeventeDaradici/videos
  5. //
  6. /* Generated by myoptions.h generator - v0.8.1 */
  7. /* https://e2002.github.io/docs/myoptions-generator.html?r=72,2,5,31,41,43,60,63&i=1,2,3,4,15,16,17,34&v=4,5,-1,2,27,26,25,21 */
  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, XPT2046_Touchscreen */
  13.  
  14. /* !!! Do not be alarmed, all right, the default values ​​are not included in this file !!! */
  15.  
  16. #define DSP_MODEL           DSP_ILI9488
  17. #define BRIGHTNESS_PIN          2
  18. #define TS_MODEL            TS_MODEL_XPT2046
  19. #define TS_HSPI         true
  20. #define TS_CS           21
  21.  
  22.  
  23. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement