Keyboard(const layout::KeyboardLayout &layout, color_t textColor, color_t buttonColor, color_t backgroundColor)
Construct keyboard with text rendered in the built-in font.
Keyboard(const layout::KeyboardLayout &layout, const GFXfont &font, color_t textColor, color_t buttonColor, color_t backgroundColor)
Construct keyboard with text rendered in the given font.
Display text to the screen.
Definition text.hpp:18