This commit is contained in:
Joel Bodenmann 2012-11-13 23:47:48 +01:00
parent 4467b814f2
commit 6d18ad18c3

View file

@ -511,7 +511,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
if(GDISP.Backlight == (*(uint8_t*)value))
return;
GDISP_LLD(set_backlight)(*(uint8_t*)value);
GDISP.Backlight == (*(uint8_t*)value);
GDISP.Backlight = (*(uint8_t*)value);
break;
default: