SystemAgent/misc/agent_config.cfg.pine64

45 lines
798 B
Plaintext
Raw Normal View History

version = "1.0";
agent: {
common: {
log_level = 1;
};
drivers: {
i2c: {
path = "/dev/i2c-1";
};
};
devices: {
lcd: {
spi: {
path = "/dev/spidev0.1";
clock_speed = 24000000;
};
dc_pin: {
path = "/dev/gpiochip1";
2021-06-28 18:32:05 +00:00
line = 78;
};
reset_pin: {
path = "/dev/gpiochip1";
2021-06-28 18:32:05 +00:00
line = 77;
};
backlight_pin: {
path = "/dev/gpiochip1";
2021-06-28 18:32:05 +00:00
line = 68;
};
};
};
libraries: {
lvgl: {
fs_base = "lvgl_fs";
};
};
theme: {
background = "A:images/background.bin"
};
2021-06-28 18:32:05 +00:00
};