|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_views/Fonts.h"#include <cdc_views/fonts/FreeMonoBold9pt8b.h>#include <cdc_views/fonts/FreeMonoBold12pt8b.h>#include <Fonts/FreeMonoBold18pt7b.h>#include <Fonts/FreeMonoBold24pt7b.h>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| const GFXfont * | cdc::ui::getGfxFont (FontId id) |
| Resolves a FontId to its underlying GFX font pointer. | |
| const GFXfont * | cdc::ui::getGfxFont (uint8_t id) |
| Integer overload, for plugin/host-API bridges that ship uint8_t. | |