Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jan 5, 2024
1 parent dcb191e commit c7445b7
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 @@ -1369,7 +1369,7 @@ namespace esphome
this->display->draw_pixel_at(l, y, Color(C_RED, C_GREEN, C_BLUE));
#elif EHMTXv2_ADV_BOOT_MODE_5
this->display->draw_pixel_at(l, y, this->rainbow_color);
#else EHMTXv2_ADV_BOOT_MODE_1
#else
this->display->draw_pixel_at(l, y, this->boot_logo[x + y * 32]);
#endif
}
Expand Down

0 comments on commit c7445b7

Please sign in to comment.