Finished jammer modes

Shaved off a few kBs by using the Labels widget
This commit is contained in:
furrtek 2017-02-13 05:35:13 +00:00
parent d12cd0d8af
commit 4e8980e5d8
26 changed files with 232 additions and 304 deletions

View file

@ -265,23 +265,15 @@ EncodersView::EncodersView(NavigationView& nav) {
encoder_def = &encoder_defs[0];
add_children({
&text_enctype,
&labels,
&options_enctype,
&text_clk,
&numberfield_clk,
&text_kHz,
&text_bitduration,
&numberfield_bitduration,
&text_us1,
&text_wordduration,
&numberfield_wordduration,
&text_us2,
&text_symfield,
&symfield_word,
&text_format,
//&text_format_a, // DEBUG
//&text_format_d, // DEBUG
&text_waveform,
&waveform,
&text_status,
&progress,