Advertisement
svenhoefer

Untitled

Jul 12th, 2020
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. # align 0=none, 1=left, 2=center, 3=right
  2. # if align > 0 x_position will be ignored
  3. # if glcd_background_image != "" background color will be ignored
  4. # glcd_position_settings != false allows to edit position settings in gui
  5. glcd_foreground_color_red=100
  6. glcd_foreground_color_green=100
  7. glcd_foreground_color_blue=100
  8. glcd_background_color_red=0
  9. glcd_background_color_green=0
  10. glcd_background_color_blue=0
  11. glcd_background_image=
  12. glcd_font=/share/fonts/neutrino.ttf
  13. glcd_channel_percent=25
  14. glcd_channel_align=2
  15. glcd_channel_x_position=0
  16. glcd_channel_y_position=25
  17. glcd_logo=true
  18. glcd_logo_percent=25
  19. glcd_logo_x_position=0
  20. glcd_logo_y_position=25
  21. glcd_epg_percent=15
  22. glcd_epg_align=2
  23. glcd_epg_x_position=0
  24. glcd_epg_y_position=130
  25. glcd_start=false
  26. glcd_start_percent=0
  27. glcd_start_align=0
  28. glcd_start_x_position=0
  29. glcd_start_y_position=0
  30. glcd_end=false
  31. glcd_end_percent=0
  32. glcd_end_align=0
  33. glcd_end_x_position=0
  34. glcd_end_y_position=0
  35. glcd_duration=false
  36. glcd_duration_percent=0
  37. glcd_duration_align=0
  38. glcd_duration_x_position=0
  39. glcd_duration_y_position=0
  40. glcd_progressbar=true
  41. glcd_progressbar_color_red=62
  42. glcd_progressbar_color_green=62
  43. glcd_progressbar_color_blue=62
  44. glcd_progressbar_percent=20
  45. glcd_progressbar_width=480
  46. glcd_progressbar_x_position=0
  47. glcd_progressbar_y_position=210
  48. glcd_time=true
  49. glcd_time_percent=25
  50. glcd_time_align=2
  51. glcd_time_x_position=0
  52. glcd_time_y_position=230
  53. glcd_icons_percent=4
  54. glcd_icons_y_position=6
  55. glcd_icon_ecm_x_position=100
  56. glcd_icon_cam_x_position=148
  57. glcd_icon_txt_x_position=193
  58. glcd_icon_dd_x_position=238
  59. glcd_icon_mute_x_position=273
  60. glcd_icon_timer_x_position=333
  61. glcd_icon_rec_x_position=398
  62. glcd_icon_ts_x_position=443
  63. glcd_weather=false
  64. glcd_weather_curr_x_position=0
  65. glcd_weather_next_x_position=0
  66. glcd_weather_y_position=0
  67. glcd_standby_clock_digital_y_position=20
  68. glcd_standby_clock_simple_size=40
  69. glcd_standby_clock_simple_y_position=20
  70. glcd_standby_weather_curr_x_position=10
  71. glcd_standby_weather_next_x_position=340
  72. glcd_standby_weather_y_position=175
  73. glcd_position_settings=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement