Exchanged mdi-blur with mdi-molecule as CO2 icon.
This commit is contained in:
parent
bba90cf32f
commit
e8c81c15d6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user