typo fix
This commit is contained in:
parent
4467b814f2
commit
6d18ad18c3
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
|
||||||
if(GDISP.Backlight == (*(uint8_t*)value))
|
if(GDISP.Backlight == (*(uint8_t*)value))
|
||||||
return;
|
return;
|
||||||
GDISP_LLD(set_backlight)(*(uint8_t*)value);
|
GDISP_LLD(set_backlight)(*(uint8_t*)value);
|
||||||
GDISP.Backlight == (*(uint8_t*)value);
|
GDISP.Backlight = (*(uint8_t*)value);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue