changed spi fps and freq in fbtft, added patch for boot logo 240x240

This commit is contained in:
Vincent-FK 2018-03-06 11:20:25 +01:00
parent 0777af6a55
commit 3dc09c348a
2 changed files with 9675 additions and 2 deletions

View File

@ -17,10 +17,10 @@ index d63a9a3..063c6bf 100644
+ compatible = "sitronix,st7789v"; + compatible = "sitronix,st7789v";
+ reg = <0>; + reg = <0>;
+ +
+ spi-max-frequency = <24000000>; + spi-max-frequency = <40000000>;
+ txbuflen = <115200>; + txbuflen = <115200>;
+ rotate = <0>; + rotate = <0>;
+ fps = <25>; + fps = <42>;
+ buswidth = <8>; + buswidth = <8>;
+ reset-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; + reset-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>;
+ dc-gpios = <&pio 1 5 GPIO_ACTIVE_LOW>; + dc-gpios = <&pio 1 5 GPIO_ACTIVE_LOW>;

File diff suppressed because it is too large Load Diff