2
0
forked from Ivasoft/DSView

Fix display issue, add signal height limit

This commit is contained in:
DreamSourceLab
2015-09-28 16:31:19 +08:00
parent 17c20781cc
commit 48ab8049cf
12 changed files with 98 additions and 4 deletions

View File

@@ -83,6 +83,10 @@ static struct sr_config_info sr_config_info_data[] = {
"Buffer size", "Buffer size", NULL},
{SR_CONF_TIMEBASE, SR_T_UINT64, "timebase",
"Time base", "Time base", NULL},
{SR_CONF_MAX_HEIGHT, SR_T_CHAR, "height",
"Max Height", "Max Height", NULL},
{SR_CONF_MAX_HEIGHT_VALUE, SR_T_UINT8, "height",
"Max Height", "Max Height", NULL},
{SR_CONF_FILTER, SR_T_CHAR, "filter",
"Filter Targets", "Filter Targets", NULL},
{SR_CONF_VDIV, SR_T_RATIONAL_VOLT, "vdiv",