Guest User

Untitled

a guest
Apr 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. [server]
  2. Driver=CFontzPacket
  3.  
  4. ## CrystalFontz packet driver (for CF631, CF633 & CF635) ##
  5. [CFontzPacket]
  6.  
  7. # Select the LCD model [default: 633; legal: 631, 633, 635]
  8. Model=631
  9. # Select the output device to use [default: /dev/lcd]
  10. Device=/dev/ttyUSB0
  11. # Select the LCD size [default: depending on model: 635: 20x4, 631: 20x2, 633: 16x2]
  12. Size=20x4
  13. # Set the initial contrast [default: 560; legal: 0 - 1000]
  14. Contrast=350
  15. # Set the initial brightness [default: 1000; legal: 0 - 1000]
  16. Brightness=1000
  17. # Set the initial off-brightness [default: 0; legal: 0 - 1000]
  18. # This value is used when the display is normally
  19. # switched off in case LCDd is inactive
  20. OffBrightness=50
  21. # Set the communication speed [default: 9600; legal: 1200, 2400, 9600, 19200, 115200]
  22. Speed=19200
  23. # Reinitialize the LCD's BIOS [default: no; legal: yes, no]
  24. # I want to reboot the LCD to make sure we start from a known state
  25. Reboot=yes
Add Comment
Please, Sign In to add comment