Advertisement
LeventeDaradici

yoRadio myoptions.h file for NOKIA5110 display

Feb 18th, 2025
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.45 KB | Source Code | 0 0
  1. #ifndef myoptions_h
  2. #define myoptions_h
  3.  
  4. // Generated using YoRadio! Creator FREE Version by András Daradici
  5. // File created on 2/16/2025 10:46:31 AM
  6. // Put this file next to the yoRadio.ino file and restart the Arduino IDE.
  7. // https://andrasdaradici.itch.io/yoradio-creator
  8.  
  9. #define DSP_MODEL         DSP_NOKIA5110
  10.  
  11. #define ENC_BTNR         36
  12. #define ENC_BTNL         34
  13. #define ENC_BTNB         39
  14. #define ENC_INTERNALPULLUP         false
  15.  
  16. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement