try pin 4

This commit is contained in:
danijoo
2022-11-18 17:21:12 +01:00
parent 93af9488ce
commit 6f8c937331

View File

@@ -1,4 +1,4 @@
// Overwrite the display cs pin
&nice_view_spi {
cs-gpios = <&pro_micro 1 GPIO_ACTIVE_HIGH>;
cs-gpios = <&pro_micro 4 GPIO_ACTIVE_HIGH>;
};