forked from Ivasoft/DSView
Fix display issue, add signal height limit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user