From d2595f52f346bd364d325165809b1886792808e0 Mon Sep 17 00:00:00 2001 From: Madelena Mak Date: Mon, 7 Nov 2022 23:53:24 -0500 Subject: [PATCH] Invert bg and text colors --- weatherman.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/weatherman.yaml b/weatherman.yaml index 0ed0428..1caeb92 100644 --- a/weatherman.yaml +++ b/weatherman.yaml @@ -346,16 +346,16 @@ text_sensor: # Define colors # This design is white on black so this is necessary. color: - - id: color_black + - id: color_bg red: 0% green: 0% blue: 0% - white: 50% - - id: color_white + white: 0% + - id: color_text red: 0% green: 0% blue: 0% - white: 0% + white: 100% # Pins for Waveshare ePaper ESP Board @@ -411,8 +411,8 @@ display: {"windy-variant", "\U000F059E"}, }; - // Fill background in black. - it.fill(color_black); + // Fill background. + // it.fill(color_bg); if (id(initial_data_received) == false) { // ATTENTION!