Struct OpenSkyhawk::DrumGlyph
ClassList > OpenSkyhawk > DrumGlyph
A fixed (non-rolling) glyph painted between digit columns — '.', ' ', ':' etc. More...
#include <DrumDisplay.h>
Public Attributes
| Type | Name |
|---|---|
| uint8_t | afterCol visual column it follows: inserted after this many digits from the left |
| char | ch literal glyph to paint |
| float | widthMm cell width for this glyph, mm (narrower than a digit, e.g. 1.8 for '.') |
Detailed Description
Note:
Drawn statically (no tape) in its own cell. Used for the ARC-51 / altimeter decimal.
Public Attributes Documentation
variable afterCol
visual column it follows: inserted after this many digits from the left
uint8_t OpenSkyhawk::DrumGlyph::afterCol;
variable ch
literal glyph to paint
char OpenSkyhawk::DrumGlyph::ch;
variable widthMm
cell width for this glyph, mm (narrower than a digit, e.g. 1.8 for '.')
float OpenSkyhawk::DrumGlyph::widthMm;
The documentation for this class was generated from the following file Firmware/Libraries/DrumDisplay/DrumDisplay.h