Merge remote-tracking branch 'origin/master' into GWIN
This commit is contained in:
commit
a51ffd5b68
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/FT5x06/ft5x05.h
|
* @file drivers/ginput/touch/FT5x06/ft5x06.h
|
||||||
* @brief Register definition header for the STMPE811 touch controller.
|
* @brief Register definition header for the STMPE811 touch controller.
|
||||||
*
|
*
|
||||||
* @addtogroup GINPUT
|
* @addtogroup GINPUT
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/FT5x06/ginput_lld_mouse_board_.h
|
* @file drivers/ginput/touch/FT5x06/ginput_lld_mouse_board.h
|
||||||
* @brief GINPUT Touch low level driver source for the FT5x06.
|
* @brief GINPUT Touch low level driver source for the FT5x06.
|
||||||
*
|
*
|
||||||
* @defgroup Mouse Mouse
|
* @defgroup Mouse Mouse
|
||||||
|
@ -30,7 +30,7 @@ static const I2CConfig i2ccfg2 = {
|
||||||
* @notapi
|
* @notapi
|
||||||
*/
|
*/
|
||||||
static void init_board(void) {
|
static void init_board(void) {
|
||||||
i2cStart(&I2CD2, &i2ccfg2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ GDISPDriver GDISP;
|
||||||
if (x1 > x0)
|
if (x1 > x0)
|
||||||
gdisp_lld_fill_area(x0, y0, x1-x0+1, 1, color);
|
gdisp_lld_fill_area(x0, y0, x1-x0+1, 1, color);
|
||||||
else
|
else
|
||||||
gdisp_lld_fill_area(x0, y1, x0-x1+1, 1, color);
|
gdisp_lld_fill_area(x1, y0, x0-x1+1, 1, color);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue