curses: configfile support; CFontz: configfile parsing bugfix
This commit is contained in:
@@ -115,13 +115,21 @@ Reboot=no
|
||||
[curses]
|
||||
# Curses driver
|
||||
|
||||
Arguments="-f blue -b cyan -B red -t 20x4"
|
||||
# color settings
|
||||
# foreground color [blue]
|
||||
foreground=blue
|
||||
# background color [cyan]
|
||||
background=cyan
|
||||
# backlight color [red]
|
||||
backlight=red
|
||||
|
||||
# -f <color> Foreground color
|
||||
# -b <color> Background color
|
||||
# -B Big numbers size?
|
||||
# -t Display size
|
||||
# display size [20x4]
|
||||
size=20x4
|
||||
|
||||
# What position (X,Y) to start the left top corner at...
|
||||
# Default: (7,7)
|
||||
topleftx=7
|
||||
toplefty=7
|
||||
|
||||
|
||||
[GLK]
|
||||
|
||||
Reference in New Issue
Block a user