summaryrefslogtreecommitdiff
path: root/src/displayapp/DummyLittleVgl.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-06-12 21:01:55 +0200
committerGitHub <noreply@github.com>2021-06-12 21:01:55 +0200
commitab1a3900a377054bd67196f0ee5c748ea93d3e46 (patch)
tree907608958d0be8a97a3d646c842fde3095cef939 /src/displayapp/DummyLittleVgl.h
parentf2d01166c380b72ebcb13ef649def88ff4cf2d21 (diff)
parente90e8c7426f9a44e696b208a5b393a60476a3d43 (diff)
Merge branch 'develop' into pinetimestyle
Diffstat (limited to 'src/displayapp/DummyLittleVgl.h')
-rw-r--r--src/displayapp/DummyLittleVgl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/displayapp/DummyLittleVgl.h b/src/displayapp/DummyLittleVgl.h
index 96cf153f..016165b8 100644
--- a/src/displayapp/DummyLittleVgl.h
+++ b/src/displayapp/DummyLittleVgl.h
@@ -19,6 +19,10 @@ namespace Pinetime {
LittleVgl(LittleVgl&&) = delete;
LittleVgl& operator=(LittleVgl&&) = delete;
+ void Init() {
+
+ }
+
void FlushDisplay(const lv_area_t* area, lv_color_t* color_p) {
}
bool GetTouchPadInfo(lv_indev_data_t* ptr) {