Merge pull request #216 from makermelissa/main

Updated backlight to be on for latest kernel
This commit is contained in:
Melissa LeBlanc-Williams 2022-03-10 13:44:38 -08:00 committed by GitHub
commit 5ed76a329e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@
txbuflen = <32768>; txbuflen = <32768>;
buswidth = <8>; buswidth = <8>;
dc-gpios = <&gpio 25 0>; dc-gpios = <&gpio 25 0>;
led-gpios = <&gpio 26 1>; led-gpios = <&gpio 26 0>;
debug = <0>; debug = <0>;
}; };
}; };

View file

@ -54,7 +54,7 @@
txbuflen = <32768>; txbuflen = <32768>;
buswidth = <8>; buswidth = <8>;
dc-gpios = <&gpio 25 0>; dc-gpios = <&gpio 25 0>;
led-gpios = <&gpio 26 1>; led-gpios = <&gpio 26 0>;
debug = <0>; debug = <0>;
}; };
}; };

View file

@ -54,7 +54,7 @@
txbuflen = <32768>; txbuflen = <32768>;
buswidth = <8>; buswidth = <8>;
dc-gpios = <&gpio 25 0>; dc-gpios = <&gpio 25 0>;
led-gpios = <&gpio 12 1>; led-gpios = <&gpio 12 0>;
debug = <0>; debug = <0>;
}; };
}; };

View file

@ -53,7 +53,7 @@
height = <240>; height = <240>;
buswidth = <8>; buswidth = <8>;
dc-gpios = <&gpio 25 0>; dc-gpios = <&gpio 25 0>;
led-gpios = <&gpio 26 1>; led-gpios = <&gpio 26 0>;
debug = <0>; debug = <0>;
}; };
}; };