Skip to content

Commit

Permalink
2023.9.1: Fix for Icon indicator in Icon to 9 mode
Browse files Browse the repository at this point in the history
Co-authored-by: chertvl <38353584+chertvl@users.noreply.github.com>
  • Loading branch information
andrewjswan and chertvl committed Dec 21, 2023
1 parent b316955 commit 4f67139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ehmtxv2/EHMTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@ namespace esphome
(this->queue[this->screen_pointer]->mode == MODE_ICON_DATE && this->icon_to_9 == 2) ||
(this->icon_to_9 == 3))
{
this->display->line(5 - display_icon_indicator / 2, this->icon_indicator_y_pos,
this->display->line(4 - display_icon_indicator / 2, this->icon_indicator_y_pos,
4 + display_icon_indicator / 2, this->icon_indicator_y_pos,
this->icon_indicator_color);
}
Expand Down

0 comments on commit 4f67139

Please sign in to comment.