Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 4.2inch e-Paper (B) V2 routine.
  • Loading branch information
shhds committed Apr 23, 2024
commit bc23f8ee814486edb6a364c802847224e079e523
2 changes: 1 addition & 1 deletion Arduino/epd4in2_V2/epd4in2_V2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void Epd::Display_Partial_Not_refresh(unsigned char* Image, unsigned int Xstart
// TurnOnDisplay_Partial();
}

void Epd::Set_4GrayDisplay(const char *Image, int x, int y, int w, int l)
void Epd::Set_4GrayDisplay(const unsigned char *Image, int x, int y, int w, int l)
{
int i,j,k,m;
int z=0;
Expand Down
Loading