"Labels" widget

This commit is contained in:
furrtek 2017-02-12 07:23:31 +00:00
parent 0102a34286
commit d12cd0d8af
11 changed files with 52 additions and 74 deletions

View file

@ -119,7 +119,7 @@ bool POCSAGTXView::start_tx() {
void POCSAGTXView::paint(Painter&) {
message = buffer;
text_message.set("Message:" + message);
text_message.set(message);
}
void POCSAGTXView::on_set_text(NavigationView& nav) {
@ -134,11 +134,9 @@ POCSAGTXView::POCSAGTXView(
baseband::run_image(portapack::spi_flash::image_tag_fsktx);
add_children({
&text_bitrate,
&labels,
&options_bitrate,
&text_address,
&field_address,
&text_type,
&options_type,
&text_message,
&button_message,