Skip to content

Commit

Permalink
Changed touch screen calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Jan 7, 2025
1 parent a7f0fd0 commit 079343f
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 151 deletions.
4 changes: 4 additions & 0 deletions components/ili9340/ili9340.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ typedef struct {
int16_t _min_yp; // Minimum yp calibration
int16_t _max_xp; // Maximum xp calibration
int16_t _max_yp; // Maximum yp calibration
int16_t _check1_xp; // increasing direction
int16_t _check1_yp; // increasing direction
int16_t _check2_xp; // increasing direction
int16_t _check2_yp; // increasing direction
int16_t _min_xc; // Minimum x coordinate
int16_t _min_yc; // Minimum y coordinate
int16_t _max_xc; // Maximum x coordinate
Expand Down
Loading

0 comments on commit 079343f

Please sign in to comment.