Skip to content

Commit 6002347

Browse files
authored
fix: ePaper 4.26 Paint_DrawString_EN Color_Foreground Color_Background (#470)
Signed-off-by: jiaxianhua <jiaxianhua@gmail.com>
1 parent acb83b5 commit 6002347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/e-Paper/4.26inch_e-Paper/lib/GUI/GUI_Paint.c

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ void Paint_DrawString_EN(UWORD Xstart, UWORD Ystart, const char * pString,
589589
Xpoint = Xstart;
590590
Ypoint = Ystart;
591591
}
592-
Paint_DrawChar(Xpoint, Ypoint, * pString, Font, Color_Background, Color_Foreground);
592+
Paint_DrawChar(Xpoint, Ypoint, * pString, Font, Color_Foreground, Color_Background);
593593

594594
//The next character of the address
595595
pString ++;

0 commit comments

Comments
 (0)