summaryrefslogtreecommitdiff
path: root/src/displayapp/DummyLittleVgl.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-08-28 13:23:13 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-08-28 13:23:13 (GMT)
commitfab49f8557ef8ff38fe4f607e33b18fb5a1aeb9a (patch)
tree520b5b5023b6094fbbd74d97f35fef21eb108fe5 /src/displayapp/DummyLittleVgl.h
parent0313277ae604bb46987cdfbef123b7edfeb8ab9e (diff)
Fix recovery firmware since last changes in DisplayApp.
Diffstat (limited to 'src/displayapp/DummyLittleVgl.h')
-rw-r--r--src/displayapp/DummyLittleVgl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/displayapp/DummyLittleVgl.h b/src/displayapp/DummyLittleVgl.h
index 016165b..1db5134 100644
--- a/src/displayapp/DummyLittleVgl.h
+++ b/src/displayapp/DummyLittleVgl.h
@@ -32,6 +32,9 @@ namespace Pinetime {
}
void SetNewTapEvent(uint16_t x, uint16_t y) {
}
+ void SetNewTouchPoint(uint16_t x, uint16_t y, bool contact) {
+
+ }
};
}
}