From fab49f8557ef8ff38fe4f607e33b18fb5a1aeb9a Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Sat, 28 Aug 2021 15:23:13 +0200 Subject: Fix recovery firmware since last changes in DisplayApp. --- src/displayapp/DummyLittleVgl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/displayapp/DummyLittleVgl.h') diff --git a/src/displayapp/DummyLittleVgl.h b/src/displayapp/DummyLittleVgl.h index 016165b8..1db51343 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) { + + } }; } } -- cgit v1.2.3-70-g09d2