Merge pull request #126 from jessa0/geogriff/txbufflen
increase txbuflen to 32k to accomodate bcm2835
This commit is contained in:
commit
fa45350c9f
3 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
rotate = <0>;
|
||||
width = <240>;
|
||||
height = <240>;
|
||||
txbuflen = <32768>;
|
||||
buswidth = <8>;
|
||||
dc-gpios = <&gpio 25 0>;
|
||||
led-gpios = <&gpio 26 1>;
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
rotate = <0>;
|
||||
width = <240>;
|
||||
height = <320>;
|
||||
txbuflen = <32768>;
|
||||
buswidth = <8>;
|
||||
dc-gpios = <&gpio 25 0>;
|
||||
led-gpios = <&gpio 12 1>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue