changed spi fps and freq in fbtft, added patch for boot logo 240x240
This commit is contained in:
parent
0777af6a55
commit
3dc09c348a
|
@ -17,10 +17,10 @@ index d63a9a3..063c6bf 100644
|
|||
+ compatible = "sitronix,st7789v";
|
||||
+ reg = <0>;
|
||||
+
|
||||
+ spi-max-frequency = <24000000>;
|
||||
+ spi-max-frequency = <40000000>;
|
||||
+ txbuflen = <115200>;
|
||||
+ rotate = <0>;
|
||||
+ fps = <25>;
|
||||
+ fps = <42>;
|
||||
+ buswidth = <8>;
|
||||
+ reset-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>;
|
||||
+ dc-gpios = <&pio 1 5 GPIO_ACTIVE_LOW>;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue