3D buttons, to make UI clearer

This commit is contained in:
furrtek 2016-12-09 02:35:50 +01:00
parent 843c465c73
commit 75e8a664b0
13 changed files with 63 additions and 36 deletions

View file

@ -53,14 +53,14 @@ AlphanumView::AlphanumView(
static constexpr Style style_alpha {
.font = font::fixed_8x16,
.background = Color(191,31,31),
.foreground = Color::black()
.background = Color::black(),
.foreground = Color(191,31,31)
};
static constexpr Style style_num {
.font = font::fixed_8x16,
.background = Color(191,191,31),
.foreground = Color::black()
.background = Color::black(),
.foreground = Color(191,191,31)
};
txtidx = strlen(txt);