From 34c06a3e0b6f490d6b05cbb0422bb133535f88aa Mon Sep 17 00:00:00 2001 From: Martijn Date: Wed, 26 Nov 2025 16:37:12 +0100 Subject: [PATCH 1/7] display invert --- package/3bar_1display.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index 4ec7c12..7fd33c5 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -285,7 +285,7 @@ display: number: 5 mode: output: true - inverted: false + inverted: true show_test_card: false dimensions: height: 240 From 51bdcac3e0e020ad2ecd8e9844ad5de30b00bcce Mon Sep 17 00:00:00 2001 From: Martijn Date: Wed, 26 Nov 2025 18:07:48 +0100 Subject: [PATCH 2/7] display invert --- package/3bar_1display.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index 4ec7c12..7fd33c5 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -285,7 +285,7 @@ display: number: 5 mode: output: true - inverted: false + inverted: true show_test_card: false dimensions: height: 240 From 088db53a47aae539f42de1bf511944b64117400d Mon Sep 17 00:00:00 2001 From: Martijn Date: Wed, 26 Nov 2025 18:22:19 +0100 Subject: [PATCH 3/7] Revert "display invert" This reverts commit 34c06a3e0b6f490d6b05cbb0422bb133535f88aa. --- package/3bar_1display.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index 7fd33c5..4ec7c12 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -285,7 +285,7 @@ display: number: 5 mode: output: true - inverted: true + inverted: false show_test_card: false dimensions: height: 240 From b12b6a7d697e0ec9e38ecfdad85340ae54fabd37 Mon Sep 17 00:00:00 2001 From: Martijn Date: Wed, 26 Nov 2025 20:23:10 +0100 Subject: [PATCH 4/7] try inverted --- package/3bar_1display.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index 4ec7c12..acfd39a 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -225,7 +225,7 @@ output: number: 5 mode: output: true - inverted: true + inverted: false - id: cs_pin_bar1_right platform: gpio pin: @@ -233,7 +233,7 @@ output: number: 1 mode: output: true - inverted: true + inverted: false - id: cs_pin_bar2_left platform: gpio pin: @@ -241,7 +241,7 @@ output: number: 5 mode: output: true - inverted: true + inverted: false - id: cs_pin_bar2_right platform: gpio pin: @@ -249,7 +249,7 @@ output: number: 1 mode: output: true - inverted: true + inverted: false - id: cs_pin_bar3_left platform: gpio pin: @@ -257,7 +257,7 @@ output: number: 5 mode: output: true - inverted: true + inverted: false - id: cs_pin_bar3_right platform: gpio pin: @@ -265,7 +265,7 @@ output: number: 1 mode: output: true - inverted: true + inverted: false display: #################### From aa5822229696cffac84ca1d602277808057f34ab Mon Sep 17 00:00:00 2001 From: Martijn Date: Thu, 27 Nov 2025 21:03:42 +0100 Subject: [PATCH 5/7] Revert "try inverted" This reverts commit b12b6a7d697e0ec9e38ecfdad85340ae54fabd37. --- package/3bar_1display.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index acfd39a..4ec7c12 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -225,7 +225,7 @@ output: number: 5 mode: output: true - inverted: false + inverted: true - id: cs_pin_bar1_right platform: gpio pin: @@ -233,7 +233,7 @@ output: number: 1 mode: output: true - inverted: false + inverted: true - id: cs_pin_bar2_left platform: gpio pin: @@ -241,7 +241,7 @@ output: number: 5 mode: output: true - inverted: false + inverted: true - id: cs_pin_bar2_right platform: gpio pin: @@ -249,7 +249,7 @@ output: number: 1 mode: output: true - inverted: false + inverted: true - id: cs_pin_bar3_left platform: gpio pin: @@ -257,7 +257,7 @@ output: number: 5 mode: output: true - inverted: false + inverted: true - id: cs_pin_bar3_right platform: gpio pin: @@ -265,7 +265,7 @@ output: number: 1 mode: output: true - inverted: false + inverted: true display: #################### From 7ae92918d30cc2e81cd6bc9e54a28d268cd88501 Mon Sep 17 00:00:00 2001 From: Martijn Date: Thu, 27 Nov 2025 21:27:30 +0100 Subject: [PATCH 6/7] added 'color_palette' --- package/3bar_1display.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index 4ec7c12..8318943 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -277,6 +277,7 @@ display: invert_colors: false color_order: rgb update_interval: 30s + color_palette: 8BIT dc_pin: number: GPIO37 allow_other_uses: true From 1ec3e1879f1b490f07b45317a3d1c99b85df644f Mon Sep 17 00:00:00 2001 From: Martijn Date: Thu, 27 Nov 2025 21:47:29 +0100 Subject: [PATCH 7/7] added 'color_palette' --- package/1bar_1display.yaml | 1 + package/2bar_1display.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/package/1bar_1display.yaml b/package/1bar_1display.yaml index e0f8800..f19449e 100644 --- a/package/1bar_1display.yaml +++ b/package/1bar_1display.yaml @@ -133,6 +133,7 @@ display: invert_colors: false color_order: rgb update_interval: 30s + color_palette: 8BIT dc_pin: number: GPIO37 allow_other_uses: true diff --git a/package/2bar_1display.yaml b/package/2bar_1display.yaml index faffb1b..ebfa4f5 100644 --- a/package/2bar_1display.yaml +++ b/package/2bar_1display.yaml @@ -205,6 +205,7 @@ display: invert_colors: false color_order: rgb update_interval: 30s + color_palette: 8BIT dc_pin: number: GPIO37 allow_other_uses: true