Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
Minor edits
  • Loading branch information
rei-vilo committed Apr 9, 2024
1 parent ef5b718 commit d82e072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screen_EPD_EXT3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,11 @@ Screen_EPD_EXT3_Fast::Screen_EPD_EXT3_Fast(eScreen_EPD_t eScreen_EPD_EXT3, pins_
u_eScreen_EPD = eScreen_EPD_EXT3;
b_pin = board;
u_newImage = 0; // nullptr
COG_initialData[0] = 0;
}

void Screen_EPD_EXT3_Fast::begin()
{
u_eScreen_EPD = u_eScreen_EPD;
u_codeSize = SCREEN_SIZE(u_eScreen_EPD);
u_codeFilm = SCREEN_FILM(u_eScreen_EPD);
u_codeDriver = SCREEN_DRIVER(u_eScreen_EPD);
Expand Down

0 comments on commit d82e072

Please sign in to comment.