diff options
| author | Avamander <avamander@gmail.com> | 2020-10-02 18:49:55 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2020-10-02 18:49:55 (GMT) |
| commit | 4daab2692692d47af24a9384eb0f402821527882 (patch) | |
| tree | bc525f6fc2ea8a378ac4e6fba729c956f7dc1d66 /src/displayapp/Screens/Label.h | |
| parent | e3fb2f0b8974f3e9a124d27f4b568e754ccfb782 (diff) | |
Renamed displayapp/Screens to displayapp/screens
Diffstat (limited to 'src/displayapp/Screens/Label.h')
| -rw-r--r-- | src/displayapp/Screens/Label.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/displayapp/Screens/Label.h b/src/displayapp/Screens/Label.h deleted file mode 100644 index 3e7b379..0000000 --- a/src/displayapp/Screens/Label.h +++ /dev/null @@ -1,23 +0,0 @@ -#pragma once - -#include <vector> -#include "Screen.h" -#include <lvgl/lvgl.h> - -namespace Pinetime { - namespace Applications { - namespace Screens { - - class Label : public Screen { - public: - Label(DisplayApp* app, const char* text); - ~Label() override; - bool Refresh() override {return false;} - - private: - lv_obj_t * label = nullptr; - const char* text = nullptr; - }; - } - } -}
\ No newline at end of file |
