mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Default touch coordinates
This commit is contained in:
parent
9d34154f30
commit
13cc4f4833
2
main.c
2
main.c
|
|
@ -715,7 +715,7 @@ config_t config = {
|
||||||
.menu_active_color = DEFAULT_MENU_ACTIVE_COLOR,
|
.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 },
|
.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 = { 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
|
// .touch_cal = { 252, 450, 111, 150 }, //4.0" LCD
|
||||||
.harmonic_freq_threshold = FREQUENCY_THRESHOLD,
|
.harmonic_freq_threshold = FREQUENCY_THRESHOLD,
|
||||||
.vbat_offset = 500,
|
.vbat_offset = 500,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue