diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-08-28 13:23:13 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-08-28 13:23:13 (GMT) |
| commit | fab49f8557ef8ff38fe4f607e33b18fb5a1aeb9a (patch) | |
| tree | 520b5b5023b6094fbbd74d97f35fef21eb108fe5 /src/displayapp/DummyLittleVgl.h | |
| parent | 0313277ae604bb46987cdfbef123b7edfeb8ab9e (diff) | |
Fix recovery firmware since last changes in DisplayApp.
Diffstat (limited to 'src/displayapp/DummyLittleVgl.h')
| -rw-r--r-- | src/displayapp/DummyLittleVgl.h | 3 |
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) { + + } }; } } |
