Skip to content

Commit

Permalink
Merge pull request #137 from andrewjswan/2023.9.1-Graph_Icon_delimiter
Browse files Browse the repository at this point in the history
2023.9.1: Add delimiter to Graph with Icon
  • Loading branch information
lubeda authored Nov 6, 2023
2 parents 0a63e87 + ddee117 commit 5cc2f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ehmtxv2/EHMTX_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ namespace esphome
this->config_->display->graph(8, 0, this->config_->graph);
if (this->icon != BLANKICON)
{
this->config_->display->line(8, 0, 8, 7, esphome::display::COLOR_OFF);
this->config_->display->image(0, 0, this->config_->icons[this->icon]);
}
}
Expand Down

0 comments on commit 5cc2f16

Please sign in to comment.