Advertisement
Guest User

LCDd.conf

a guest
Feb 9th, 2016
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. ## Server section with all kinds of settings for the LCDd server ##
  2. [server]
  3.  
  4. DriverPath=/usr/lib/lcdproc/
  5. Driver=hd44780
  6.  
  7. Bind=127.0.0.1
  8. Port=13666
  9.  
  10. #ReportLevel=3
  11.  
  12. #ReportToSyslog=yes
  13.  
  14. User=root
  15.  
  16. Foreground=no
  17.  
  18. Hello="Welcome to"
  19. Hello="OpenELEC"
  20.  
  21. GoodBye="Thanks for using"
  22. GoodBye="OpenELEC"
  23.  
  24. WaitTime=5
  25.  
  26. #AutoRotate=off
  27.  
  28. ServerScreen=off
  29.  
  30. Backlight=on
  31.  
  32. Heartbeat=off
  33.  
  34. TitleSpeed=4
  35.  
  36. ToggleRotateKey=Enter
  37. PrevScreenKey=Left
  38. NextScreenKey=Right
  39. #ScrollUpKey=Up
  40. #ScrollDownKey=Down
  41.  
  42.  
  43. ## The menu section. The menu is an internal LCDproc client. ##
  44. [menu]
  45. ######MenuKey=Escape
  46. ######EnterKey=Enter
  47. ######UpKey=Up
  48. ######DownKey=Down
  49. #LeftKey=Left
  50. #RightKey=Right
  51.  
  52.  
  53.  
  54. ## Hitachi HD44780 driver ##
  55. [hd44780]
  56.  
  57. ConnectionType=i2c
  58. Port=0x27
  59. Device=/dev/i2c-0
  60. Speed=0
  61. Keypad=no
  62. #Contrast=0
  63. #Brightness=1000
  64. #OffBrightness=0
  65. Backlight=yes
  66. OutputPort=no
  67. #Lastline=yes
  68. Size=16x2
  69. #vspan=2,2
  70. #ExtendedMode=yes
  71. #LineAddress=0x10
  72. CharMap=hd44780_default
  73. #DelayMult=2
  74. #KeepAliveDisplay=0
  75. #RefreshDisplay=5
  76. DelayBus=true
  77. #KeyMatrix_1_3=Enter
  78. KeyMatrix_4_1=Enter
  79. KeyMatrix_4_2=Up
  80. KeyMatrix_4_3=Down
  81. KeyMatrix_4_4=Escape
  82.  
  83. # EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement