mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-15 00:58:52 +01:00
added patch for boot logo dark mode and changed fps in fbtft patch 0004
This commit is contained in:
parent
9fdcb00b63
commit
4e779b0b9b
@ -159,10 +159,10 @@
|
|||||||
+ st7789v@0 {
|
+ st7789v@0 {
|
||||||
+ compatible = "sitronix,st7789v";
|
+ compatible = "sitronix,st7789v";
|
||||||
+ reg = <0>;
|
+ reg = <0>;
|
||||||
+ spi-max-frequency = <45000000>;
|
+ spi-max-frequency = <47000000>;
|
||||||
+ txbuflen = <115200>;
|
+ txbuflen = <115200>;
|
||||||
+ rotate = <0>;
|
+ rotate = <0>;
|
||||||
+ fps = <48>;
|
+ fps = <50>;
|
||||||
+ buswidth = <8>;
|
+ buswidth = <8>;
|
||||||
+ reset-gpios = <&pio 4 1 GPIO_ACTIVE_LOW>; //PE1
|
+ reset-gpios = <&pio 4 1 GPIO_ACTIVE_LOW>; //PE1
|
||||||
+ dc-gpios = <&pio 2 0 GPIO_ACTIVE_LOW>; //PC0 (MISO)
|
+ dc-gpios = <&pio 2 0 GPIO_ACTIVE_LOW>; //PC0 (MISO)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user