Advertisement
LeventeDaradici

myoptions.h file for yoRadio - ILI9488-PCM5102A-IR receiver

Jul 7th, 2024
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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,7,31,41,43,67&i=1,2,3,4,15,16,17,41&v=4,5,-1,2,27,26,25,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, 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 BRIGHTNESS_PIN 2
  16. #define IR_PIN 15
  17. #define IR_TIMEOUT 80
  18.  
  19.  
  20. #endif
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement