Skip to content

Commit

Permalink
Update Waveshare_7_5_T7_Sensors.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Dec 22, 2023
1 parent 1c9f3ea commit c512306
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1619,8 +1619,8 @@ void DisplayLocalWeather(const unsigned char *status_bitmap) {
#ifdef BME280_EN
display.drawBitmap(240, y1, epd_bitmap_temperatur_innen, 64, 48, GxEPD_BLACK);
display.drawBitmap(438, y1, epd_bitmap_feuchte_innen, 64, 48, GxEPD_BLACK);
#endif
display.drawBitmap(660, 20, epd_bitmap_barometer, 80, 64, GxEPD_BLACK);
#endif
#ifdef SCD4X_EN
display.drawBitmap(240, y2, epd_bitmap_co2_innen, 48, 48, GxEPD_BLACK);
#endif
Expand Down Expand Up @@ -1653,6 +1653,7 @@ void DisplayLocalWeather(const unsigned char *status_bitmap) {
display.drawBitmap(528, 47, epd_bitmap_bluetooth_disabled, 40, 40, GxEPD_BLACK);
}

#if defined(BME280_EN)
// Indoor sensor(s)
// Temperature, humidity, pressure
if (LocalSensors.i2c_thpsensor[0].valid) {
Expand All @@ -1670,6 +1671,7 @@ void DisplayLocalWeather(const unsigned char *status_bitmap) {
// No pressure
display.drawBitmap(670, 90, epd_bitmap_bolt, 40, 40, GxEPD_BLACK);
}
#endif

#if defined(SCD4X_EN)
// CO2
Expand Down

0 comments on commit c512306

Please sign in to comment.