Skip to content

Commit

Permalink
Update 4.2inch e-Paper (B) V2 routine.
Browse files Browse the repository at this point in the history
  • Loading branch information
shhds committed Apr 23, 2024
1 parent 6f63624 commit bc23f8e
Show file tree
Hide file tree
Showing 40 changed files with 3,640 additions and 2,088 deletions.
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

0 comments on commit bc23f8e

Please sign in to comment.