-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
22 lines (17 loc) · 830 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is a configuration file of mai_pico configurator.
# Do not wrap any lines in this file.
# Command line port and touch port config.
# Windows: starts with COM, Linux or etc.: starts with /dev/tty
cli_port: 'COM36'
touch_port: 'COM2'
# Allow to modify the value of cli_port/touch_port in this file if you set them wrong.
# Recommended if your list of COM port is messy. It relies on powershell.
auto_port_config: True
# Switch to a larger interface when a screen which is displaying in portrait was found.
auto_large_ui: True
# Show the sensitivity adjustment after the raw readings.
# Such as: 900(+1), 970(-3)
always_show_sense_adjust: True
# The interval time to refresh the sensor raw readings.
# Set to 0 will show the raw readings only once after connected or the command was done.
raw_readings_interval_time: 1.5