Advertisement
Guest User

LCDd.conf

a guest
Feb 22nd, 2017
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.00 KB | None | 0 0
  1.  cat /etc/LCDd.conf
  2. ## This file was written by cme command.
  3. ## You can run 'cme edit <application>' to modify this file.
  4. ## Run 'cme list' to get the list of applications available on your system
  5. ## You may also modify the content of this file with your favorite editor.
  6.  
  7.  
  8. [server]
  9. Driver=hd44780
  10. DriverPath=/usr/lib/arm-linux-gnueabihf/lcdproc/
  11. NextScreenKey=Right
  12. PrevScreenKey=Left
  13. ReportToSyslog=yes
  14. ToggleRotateKey=Enter
  15. # Sets the default time in seconds to displays a screen.
  16. WaitTime=5
  17. # set title scrolling speed [default: 10; legal: 0-10]
  18. TitleSpeed=1
  19.  
  20. [menu]
  21. DownKey=Down
  22. EnterKey=Enter
  23. MenuKey=Escape
  24. UpKey=Up
  25.  
  26. [HD44780]
  27. ConnectionType=i2c
  28. Device=/dev/i2c-1
  29. Port=0x27
  30. Backlight=yes
  31. Size=20x4
  32. DelayBus=false
  33. DelayMult=4
  34. Keypad=no
  35. Speed=0
  36. CharMap=hd44780_default
  37.  
  38. # edit the pin configurations for your i2c module (Note2)
  39. #i2c_line_RS=0x01
  40. #i2c_line_RW=0x02
  41. #i2c_line_EN=0x04
  42. #i2c_line_BL=0x80
  43. #i2c_line_D4=0x10
  44. #i2c_line_D5=0x20
  45. #i2c_line_D6=0x40
  46. #i2c_line_D7=0x80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement