Re-add spam filtering, improve length marquee limiting
This commit is contained in:
parent
dfca7a95a3
commit
cae13443bc
4 changed files with 87 additions and 65 deletions
|
|
@ -44,3 +44,7 @@ crap_fw_addr, crap_fw_port = '127.0.0.1', 1338
|
|||
# USB Serial number of matelight to control as byte string (None for first matelight connected)
|
||||
ml_usb_serial_match = None
|
||||
|
||||
# Maximum width allowed for marquee texts in px. For reference: Using GNU unifont, a normal (half-width) char such as ∀
|
||||
# is 8px wide, a full-width char such as 水 is 16px wide.
|
||||
max_marquee_width = 140*8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue