|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_os_ui/SleepManager.h"#include "cdc_os_ui/views/LockScreenView.h"#include "cdc_ui/ViewStack.h"#include "cdc_hal/ISleepController.h"#include "cdc_hal/IPowerManager.h"#include "cdc_hal/IDisplay.h"#include "cdc_core/EventBus.h"#include "usb_badge/usb_cdc.h"#include "cdc_log.h"#include "esp_timer.h"#include <ctime>#include <cstdio>#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| void | cdc::ui::updatePowerStatusIcons () |
| Synchronizes lock-screen status icons with current hardware state. | |
Variables | |
| static const char * | TAG = "SleepMgr" |
|
static |
Definition at line 15 of file SleepManager.cpp.