Skip to content

Commit e122c24

Browse files
committed
fix:fix BWRY displays epaer bug.
1 parent b71e7a6 commit e122c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esphome/components/waveshare_epaper/waveshare_epaper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ void WaveshareEPaper4C::fill(Color color) {
368368
{
369369
this->buffer_[i] = ((pixel_color >> 6) & 0x03) * 0x85;
370370
}
371+
}
371372
}
372373
void HOT WaveshareEPaper4C::draw_absolute_pixel_internal(int x, int y, Color color) {
373374
if (x >= this->get_width_internal() || y >= this->get_height_internal() || x < 0 || y < 0)

0 commit comments

Comments
 (0)