| 5 | ** Touchscreen Mapping, include this function after reading the touchPoint |
| 6 | **********************************************************************/ |
| 7 | void touchHeatMap(struct LTouchPoint t) { |
| 8 | int third_x = tftWidth / 3; |
| 9 | int third_y = tftHeight / 3; |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected