backlight and contrast value changed to uint8_t

ugfx_release_2.6
Joel Bodenmann 2012-11-13 23:48:21 +01:00
parent 6d18ad18c3
commit 81f6af7e45
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
coord_t Height;
gdisp_orientation_t Orientation;
gdisp_powermode_t Powermode;
coord_t Backlight;
coord_t Contrast;
uint8_t Backlight;
uint8_t Contrast;
#if GDISP_NEED_CLIP || GDISP_NEED_VALIDATION
coord_t clipx0, clipy0;
coord_t clipx1, clipy1; /* not inclusive */