Skip to content

Commit

Permalink
oh typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jan 5, 2024
1 parent 9870d68 commit dcb191e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/ehmtxv2/EHMTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1337,14 +1337,6 @@ namespace esphome

if (this->boot_logo != NULL)
{
for (uint8_t x = 0; x < 32; x++)
{
for (uint8_t y = 0; y < 8; y++)
{
#if
this->display->draw_pixel_at(x, y, this->boot_logo[x + y * 32]);
}
}
#if defined EHMTXv2_ADV_BOOT_MODE_0 || defined EHMTXv2_ADV_BOOT_MODE_2 || defined EHMTXv2_ADV_BOOT_MODE_4
for (uint8_t x = 0; x < 32; x++)
{
Expand Down

0 comments on commit dcb191e

Please sign in to comment.