Advertisement
LeventeDaradici

myoptions.h file for yoRadio with GC9A01A round display

Jul 2nd, 2024
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 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,30,41,43&i=1,2,3,4,15,16,17&v=4,5,-1,2,27,26,25 */
  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 */
  11.  
  12. /* !!! Do not be alarmed, all right, the default values ​​are not included in this file !!! */
  13.  
  14. #define DSP_MODEL DSP_GC9A01A
  15. #define BRIGHTNESS_PIN 2
  16.  
  17.  
  18. #endif
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement