Bitmap preview in SSTV TX

This commit is contained in:
furrtek 2017-03-22 18:21:31 +00:00
parent 089eeeafe4
commit 5b74b83458
11 changed files with 433 additions and 65 deletions

View file

@ -224,6 +224,7 @@ NumbersStationView::NumbersStationView(
baseband::run_image(portapack::spi_flash::image_tag_audio_tx);
add_children({
&labels,
&symfield_code,
&check_armed,
&options_voices,
@ -233,7 +234,7 @@ NumbersStationView::NumbersStationView(
});
for (const auto& voice : voices)
voice_options.emplace_back(voice.dir.substr(0, 4), c);
voice_options.emplace_back(voice.dir.substr(0, 4), 0);
options_voices.set_options(voice_options);
options_voices.on_change = [this](size_t i, int32_t) {