stdd.conf 761 B

12345678910111213141516171819202122232425
  1. # hardware address for your display, a common value is "0x70"
  2. # use i2cdetect to find yours if it doesn't match
  3. HW_ADDRESS=0x70
  4. # do you want the middle colon to blink, 0 = off, 1 = on
  5. BLINK_COLON=0
  6. # value used for "high" brightness, valid values are 0-15
  7. BRIGHTNESS_HIGH=15
  8. # value used for "low" brightness, valid values are 0-15
  9. BRIGHTNESS_LOW=2
  10. # time of the day to change the brightness from high to low
  11. SET_BRIGHTNESS_LOW=23:00
  12. # time of the day to change the brightness from low to high
  13. SET_BRIGHTNESS_HIGH=06:00
  14. # maximum syslog level to log, stdd uses debug, info and error
  15. SYSLOG_LEVEL=info
  16. # syslog facility to use for logging
  17. SYSLOG_FACILITY=user