-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini
12 lines (12 loc) · 967 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
allowMissingConfig = false # Don't terminate the app if the ini file cannot be read.
allowUnknownFlags = false # Don't terminate the app if ini file contains unknown flags.
bg = 0x00000000 # Colour for background (active pixels) as hexadecimal string (default: 0x00000000)
clock-speed = 1300 # Approximate cycle speed in Hz (default: 750)
configUpdateInterval = 0s # Update interval for re-reading config file set via -config flag. Zero disables config file re-reading.
debug = false # Produce output for debugging
fg = 0xFFFFFFFF # Colour for foreground (active pixels) as hexadecimal string (default: 0xFFFFFFFF)
scaling-factor = 8 # Scaling factor for pixels (sets screen size) (default: 8)
screen-buffer = 1 # Number of frames to merge for output to prevent flickering (default: 1)
timer-speed = 60 # Approximate timer speed in Hz (default: 60)
wrapX = on # Wrap screen horizontally: on, off, error
wrapY = on # Wrap screen vertically: on, off, error