backlight and contrast value changed to uint8_t
This commit is contained in:
parent
6d18ad18c3
commit
81f6af7e45
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue