ugfx_release_2.6
Joel Bodenmann 2012-11-13 23:47:48 +01:00
parent 4467b814f2
commit 6d18ad18c3
1 changed files with 1 additions and 1 deletions

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: