try explicit nice view pin setting

This commit is contained in:
danijoo
2022-11-18 17:12:22 +01:00
parent 980b536bf1
commit 93af9488ce

View File

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