Default touch coordinates

This commit is contained in:
DiSlord 2020-07-05 12:34:22 +03:00
parent 9d34154f30
commit 13cc4f4833

2
main.c
View file

@ -715,7 +715,7 @@ config_t config = {
.menu_active_color = DEFAULT_MENU_ACTIVE_COLOR,
.trace_color = { DEFAULT_TRACE_1_COLOR, DEFAULT_TRACE_2_COLOR, DEFAULT_TRACE_3_COLOR, DEFAULT_TRACE_4_COLOR },
// .touch_cal = { 693, 605, 124, 171 }, // 2.4 inch LCD panel
.touch_cal = { 338, 522, 153, 192 }, // 2.8 inch LCD panel
.touch_cal = { 357, 563, 159, 198 }, // 2.8 inch LCD panel
// .touch_cal = { 252, 450, 111, 150 }, //4.0" LCD
.harmonic_freq_threshold = FREQUENCY_THRESHOLD,
.vbat_offset = 500,