FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices::display::DefaultVerticalFont7x5 Class Reference
Inheritance diagram for devices::display::DefaultVerticalFont7x5:
Collaboration diagram for devices::display::DefaultVerticalFont7x5:

Additional Inherited Members

- Public Member Functions inherited from devices::display::Font< true >
constexpr Font (char first_char, char last_char, uint8_t width, uint8_t height, const uint8_t *glyphs)
 Construct a new Font. More...
 
uint8_t width () const
 Width of font glyphs in pixels. More...
 
uint8_t height () const
 Height of font glyphs in pixels. More...
 
uint8_t first_char () const
 Code of first char supported by this Font. More...
 
uint8_t last_char () const
 Code of last char supported by this Font. More...
 
uint8_t glyph_rows () const
 Determine the number of rows this font uses for each of its glyphs. More...
 
uint8_t glyph_cols () const
 Determine the number of columns this font uses for each of its glyphs. More...
 
uint8_t glyph_size () const
 Glyph size in bytes. More...
 
uint16_t get_char_glyph_ref (char value) const
 Get a glyph reference for the requested character value. More...
 
uint8_t get_char_glyph_byte (uint16_t glyph_ref, uint8_t index) const
 Get one byte of character glyph. More...
 
- Static Public Attributes inherited from devices::display::Font< true >
static constexpr bool VERTICAL
 true if font is vertical, false if horizontal More...
 

Detailed Description

Definition at line 24 of file font_v5x7_default.h.

Constructor & Destructor Documentation

◆ DefaultVerticalFont7x5()

devices::display::DefaultVerticalFont7x5::DefaultVerticalFont7x5 ( )
inline

Definition at line 27 of file font_v5x7_default.h.


The documentation for this class was generated from the following file: