mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 21:24:27 -04:00
RDS radiotext transmit (group 2A)
Keyboard/Unistroke text input method selection
This commit is contained in:
parent
ceced96673
commit
e15f659a6a
34 changed files with 574 additions and 169 deletions
|
@ -37,6 +37,7 @@ using namespace hackrf::one;
|
|||
namespace ui {
|
||||
|
||||
void AlphanumView::paint(Painter& painter) {
|
||||
(void)painter;
|
||||
move_cursor();
|
||||
}
|
||||
|
||||
|
@ -51,13 +52,13 @@ AlphanumView::AlphanumView(
|
|||
static constexpr Style style_alpha {
|
||||
.font = font::fixed_8x16,
|
||||
.background = Color::red(),
|
||||
.foreground = Color::black(),
|
||||
.foreground = Color::black()
|
||||
};
|
||||
|
||||
static constexpr Style style_num {
|
||||
.font = font::fixed_8x16,
|
||||
.background = Color::yellow(),
|
||||
.foreground = Color::black(),
|
||||
.foreground = Color::black()
|
||||
};
|
||||
|
||||
txtidx = strlen(txt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue