Advertisement
LeventeDaradici

mytheme.h file for yoRadio on esp32-3248S035C with touchscreen

Aug 22nd, 2024 (edited)
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.70 KB | Source Code | 0 0
  1. // File created with YoRadio Theme Editor created by András Daradics
  2. // File last modified: 8/22/2024 3:43:56 PM
  3. // GitHub: https://github.com/andrasdaradici/YoRadio-Theme-Editor
  4. // Itch.io: https://andrasdaradici.itch.io/yoradio-theme-editor
  5. //
  6. // Video on youtube: https://youtu.be/MSIvnyaKNxk
  7. //
  8. #ifndef _my_theme_h
  9. #define _my_theme_h
  10.  
  11. #define ENABLE_THEME
  12. #ifdef  ENABLE_THEME
  13.  
  14. #define COLOR_BACKGROUND     0,  0,  0
  15. #define COLOR_STATION_NAME     255,  255,  255
  16. #define COLOR_STATION_BG    0,  0,  255
  17. #define COLOR_STATION_FILL    0,  0,  255
  18. #define COLOR_SNG_TITLE_1    255,  255,  0
  19. #define COLOR_SNG_TITLE_2    0,  255,  255
  20. #define COLOR_WEATHER    255,  0,  255
  21. #define COLOR_VU_MAX    255,  255,  0
  22. #define COLOR_VU_MIN    0,  86,  255
  23. #define COLOR_CLOCK    255,  255,  255
  24. #define COLOR_CLOCK_BG    5,  5,  9
  25. #define COLOR_SECONDS    0,  255,  255
  26. #define COLOR_DAY_OF_W    255,  73,  0
  27. #define COLOR_DATE    0,  175,  255
  28. #define COLOR_BUFFER    157,  171,  251
  29. #define COLOR_IP    255,  255,  0
  30. #define COLOR_VOLUME_VALUE    255,  0,  193
  31. #define COLOR_RSSI    0,  148,  255
  32. #define COLOR_VOLBAR_OUT    198,  255,  255
  33. #define COLOR_VOLBAR_IN    0,  89,  255
  34. #define COLOR_DIGITS    100, 100, 255
  35. #define COLOR_DIVIDER    255,  255,  255
  36. #define COLOR_BITRATE    196,  195,  196
  37. #define COLOR_HEAP    255, 168, 162
  38. #define COLOR_PL_CURRENT    0, 0, 0
  39. #define COLOR_PL_CURRENT_BG    91, 118, 255
  40. #define COLOR_PL_CURRENT_FILL    91, 118, 255
  41. #define COLOR_PLAYLIST_0    255, 255, 255
  42. #define COLOR_PLAYLIST_1    255, 255, 255
  43. #define COLOR_PLAYLIST_2    255, 255, 255
  44. #define COLOR_PLAYLIST_3    255, 255, 255
  45. #define COLOR_PLAYLIST_4    255, 255, 255
  46.  
  47.  
  48. #endif
  49. #endif
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement