|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <cstddef>#include <cstdint>#include "cdc_core/Raii.h"#include "cdc_image/MonoBitmap.h"#include "cdc_ui/IView.h"Go to the source code of this file.
Classes | |
| class | cdc::ui::ImageView |
| Full-screen viewer for a decoded PNG/JPEG, dithered to the e-paper. More... | |
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| ImageView * | cdc::ui::showImage (const char *title, const uint8_t *data, size_t len) |
| Decodes and shows an image on the view stack. | |