main/calibration.h

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
equal deleted inserted replaced
0:b74b0e4902c3 1:ad2c8b13eb88
12 * the screen is used in landscape mode. 12 * the screen is used in landscape mode.
13 * @param xleft X left side (landscape bottom) 13 * @param xleft X left side (landscape bottom)
14 * @param xright X right side (landscape top) 14 * @param xright X right side (landscape top)
15 * @param ytop Y top (landscape left) 15 * @param ytop Y top (landscape left)
16 * @param ybottom Y botto (landscape right) 16 * @param ybottom Y botto (landscape right)
17 * @return 1 if error, 0 if success.
17 */ 18 */
18 int TS_set_calibration(int xleft, int xright, int ytop, int ybottom); 19 int TS_set_calibration(int xleft, int xright, int ytop, int ybottom);
19 20
20 /** 21 /**
21 * @brief Initialize for TFT calibration 22 * @brief Initialize for TFT calibration

mercurial