This commit is contained in:
Martijn
2024-11-16 19:19:42 +01:00
parent 210855b389
commit 3415ffb462
+2 -2
View File
@@ -14,7 +14,7 @@ script:
- id: update_display_1 - id: update_display_1
then: then:
- lambda: |- - lambda: |-
id(cs_pin_3).trun_off(); // CS actief voor Display 1 id(cs_pin_3).turn_off(); // CS actief voor Display 1
id(cs_pin_4).turn_on(); id(cs_pin_4).turn_on();
// id(cs_pin_3).write(true); // id(cs_pin_3).write(true);
// id(cs_pin_4).write(true); // id(cs_pin_4).write(true);
@@ -27,7 +27,7 @@ script:
then: then:
- lambda: |- - lambda: |-
id(cs_pin_3).turn_on(); id(cs_pin_3).turn_on();
id(cs_pin_4).trun_off(); // CS actief voor Display 2 id(cs_pin_4).turn_off(); // CS actief voor Display 2
// id(cs_pin_3).write(true); // id(cs_pin_3).write(true);
// id(cs_pin_4).write(true); // id(cs_pin_4).write(true);