#include "cdc_views/DateInputView.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 = "DateInputView" |
| static constexpr int | TITLE_Y = 20 |
| | Display layout constants.
|
| static constexpr int | DATE_Y = 60 |
| static constexpr int | UNDERLINE_Y = DATE_Y + 20 |
| static constexpr int | HINT_Y = 90 |
◆ DATE_Y
◆ HINT_Y
◆ TAG
| const char* TAG = "DateInputView" |
|
static |
DateInputView Implementation
Date input with day/month/year fields.
Definition at line 17 of file DateInputView.cpp.
◆ TITLE_Y
◆ UNDERLINE_Y