From 4e779b0b9bb0f3b6a1faba9a0ba0b568fd71509c Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Sat, 26 Oct 2019 13:22:21 +0200 Subject: [PATCH] added patch for boot logo dark mode and changed fps in fbtft patch 0004 --- FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch b/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch index e5102c3..b0d3bac 100644 --- a/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch +++ b/FunKey/board/funkey/patches/linux/0004-add-funkey-dts.patch @@ -159,10 +159,10 @@ + st7789v@0 { + compatible = "sitronix,st7789v"; + reg = <0>; -+ spi-max-frequency = <45000000>; ++ spi-max-frequency = <47000000>; + txbuflen = <115200>; + rotate = <0>; -+ fps = <48>; ++ fps = <50>; + buswidth = <8>; + reset-gpios = <&pio 4 1 GPIO_ACTIVE_LOW>; //PE1 + dc-gpios = <&pio 2 0 GPIO_ACTIVE_LOW>; //PC0 (MISO)