From e8c81c15d64a2befa09644c9f8737641c15650f0 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 9 Oct 2021 03:02:02 +0200 Subject: [PATCH] Exchanged mdi-blur with mdi-molecule as CO2 icon. --- esphome/epaperframe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/epaperframe.yaml b/esphome/epaperframe.yaml index e0e9ae3..45b9021 100644 --- a/esphome/epaperframe.yaml +++ b/esphome/epaperframe.yaml @@ -181,7 +181,7 @@ font: glyphs: [ '󰔏', # mdi-thermometer '󰖎', # mdi-water-percent - '󰂵', # mdi-blur (pm2.5) + '󰮬', # mdi-molecule (pm2.5) '󰟤', # mdi-co2 '󰊚', # mdi-gauge (air pressure) '󰖙', # mdi-weather-sunny @@ -358,7 +358,7 @@ display: it.print(10, 114 + offsetY, id(big_sensor_unit), TextAlign::BASELINE_LEFT, "PM2.5"); it.print(375, 75 + offsetY, id(mdi_small), TextAlign::BASELINE_CENTER, "󰔏"); // thermometer it.print(375, 115 + offsetY, id(mdi_small), TextAlign::BASELINE_CENTER, "󰖎"); // water percent - it.print(10, 75 + offsetY, id(mdi_small), TextAlign::BASELINE_LEFT, "󰟤"); // co2 + it.print(10, 75 + offsetY, id(mdi_small), TextAlign::BASELINE_LEFT, "󰮬"); // co2 if(livingroom_temp > -100 && livingroom_temp < 100){ it.printf(357, 75 + offsetY, id(sub_sensor_font), TextAlign::BASELINE_RIGHT , "%2.1fºC", livingroom_temp);