#include "cdc_views/TimeInputView.h"
#include "cdc_views/KeyCodes.h"
#include "cdc_views/RenderHelpers.h"
#include "cdc_ui/I18n.h"
#include "cdc_ui/ViewStack.h"
#include "cdc_hal/IDisplay.h"
#include "cdc_log.h"
#include <goodisplay/gdey029T94.h>
#include <cstdio>
Go to the source code of this file.
|
| namespace | cdc |
| namespace | cdc::ui |
| | Centralized key-code constants for cdc_views.
|
|
| static const char * | TAG = "TimeInputView" |
| static constexpr int | TITLE_Y = 20 |
| | Display layout constants.
|
| static constexpr int | TIME_Y = 55 |
| static constexpr int | UNDERLINE_Y = TIME_Y + 25 |
| static constexpr int | HINT_Y = 90 |
◆ HINT_Y
◆ TAG
| const char* TAG = "TimeInputView" |
|
static |
TimeInputView Implementation
Time input with hour/minute fields.
Definition at line 17 of file TimeInputView.cpp.
◆ TIME_Y
◆ TITLE_Y
◆ UNDERLINE_Y