summaryrefslogtreecommitdiff
path: root/src/displayapp/LittleVgl.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-07-15 11:11:27 (GMT)
committerRiku Isokoski <riksu9000@gmail.com>2021-07-15 11:11:27 (GMT)
commitfe64176e7b8a0a7a9df733701d08762b60c2511f (patch)
treed5ef31d626486c85fd046bbeeb22af845315079d /src/displayapp/LittleVgl.h
parent57b339707861c5688f5d432f1506a99df6bb0fce (diff)
New touch handler, with issues
Diffstat (limited to 'src/displayapp/LittleVgl.h')
-rw-r--r--src/displayapp/LittleVgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h
index 41f934a..8d1ed56 100644
--- a/src/displayapp/LittleVgl.h
+++ b/src/displayapp/LittleVgl.h
@@ -24,7 +24,7 @@ namespace Pinetime {
void FlushDisplay(const lv_area_t* area, lv_color_t* color_p);
bool GetTouchPadInfo(lv_indev_data_t* ptr);
void SetFullRefresh(FullRefreshDirections direction);
- void SetNewTapEvent(uint16_t x, uint16_t y);
+ void SetNewTapEvent(uint16_t x, uint16_t y, bool contact);
private:
void InitDisplay();