backlight and contrast value changed to uint8_t

This commit is contained in:
Joel Bodenmann 2012-11-13 23:48:21 +01:00
parent 6d18ad18c3
commit 81f6af7e45

View file

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