SystemAgent/misc/agent_config.cfg.example

44 lines
786 B
Plaintext
Raw Normal View History

2021-03-14 08:24:55 +00:00
version = "1.0";
agent: {
2021-06-22 17:40:28 +00:00
common: {
log_level = 1;
};
2021-03-14 08:24:55 +00:00
drivers: {
i2c: {
2021-03-14 13:59:07 +00:00
path = "/dev/i2c-1";
};
2021-03-14 08:24:55 +00:00
};
2021-03-14 13:59:07 +00:00
devices: {
lcd: {
spi: {
path = "/dev/spidev0.0";
clock_speed = 10000000;
};
2021-03-14 13:59:07 +00:00
dc_pin: {
path = "/dev/gpiochip1";
2021-03-21 16:01:12 +00:00
line = 229;
};
reset_pin: {
path = "/dev/gpiochip1";
line = 230;
2021-03-14 15:47:28 +00:00
};
2021-06-22 16:44:06 +00:00
backlight_pin: {
path = "/dev/gpiochip1";
line = 231;
};
2021-03-14 15:47:28 +00:00
};
};
2021-06-22 16:44:06 +00:00
libraries: {
lvgl: {
fs_base = "";
};
};
theme: {
background = "A:background.bin"
};
2021-03-14 08:24:55 +00:00
};