diff --git a/package/1bar_1display_scripts.yaml b/package/1bar_1display_scripts.yaml index 9bd30bb..a0c2ed5 100644 --- a/package/1bar_1display_scripts.yaml +++ b/package/1bar_1display_scripts.yaml @@ -22,7 +22,7 @@ script: id(bar1_left_page1).execute() id(bar_display).update(); delay(10); // Optioneel voor stabiliteit - id(cs_pin_1).write(true); // CS inactief na update + id(cs_pin_3).write(true); // CS inactief na update - id: update_display_2 then: - lambda: |- @@ -34,7 +34,7 @@ script: id(bar1_right_page1).execute() id(bar_display).update(); delay(10); // Optioneel voor stabiliteit - id(cs_pin_2).write(true); // CS inactief na update + id(cs_pin_4).write(true); // CS inactief na update - id: bar1_left_page1 then: - lambda: |-