Updated configs.

This commit is contained in:
imi415 2021-06-29 02:32:05 +08:00
parent b1212bde42
commit d2cd4cb29a
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 5 additions and 5 deletions

View File

@ -41,4 +41,4 @@ agent: {
theme: {
background = "A:background.bin"
};
};
};

View File

@ -19,15 +19,15 @@ agent: {
};
dc_pin: {
path = "/dev/gpiochip1";
line = 229;
line = 78;
};
reset_pin: {
path = "/dev/gpiochip1";
line = 230;
line = 77;
};
backlight_pin: {
path = "/dev/gpiochip1";
line = 231;
line = 68;
};
};
};
@ -41,4 +41,4 @@ agent: {
theme: {
background = "A:images/background.bin"
};
};
};