Merge pull request #126 from jessa0/geogriff/txbufflen

increase txbuflen to 32k to accomodate bcm2835
This commit is contained in:
Melissa LeBlanc-Williams 2021-09-09 14:35:04 -07:00 committed by GitHub
commit fa45350c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -51,6 +51,7 @@
rotate = <270>;
width = <135>;
height = <240>;
txbuflen = <32768>;
buswidth = <8>;
dc-gpios = <&gpio 25 0>;
led-gpios = <&gpio 26 1>;
@ -59,7 +60,6 @@
};
};
__overrides__ {
speed = <&pitft>,"spi-max-frequency:0";
rotate = <&pitft>,"rotate:0";

View file

@ -51,6 +51,7 @@
rotate = <0>;
width = <240>;
height = <240>;
txbuflen = <32768>;
buswidth = <8>;
dc-gpios = <&gpio 25 0>;
led-gpios = <&gpio 26 1>;

View file

@ -51,6 +51,7 @@
rotate = <0>;
width = <240>;
height = <320>;
txbuflen = <32768>;
buswidth = <8>;
dc-gpios = <&gpio 25 0>;
led-gpios = <&gpio 12 1>;