summaryrefslogtreecommitdiff
path: root/src/displayapp/LittleVgl.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-07-15 21:07:55 (GMT)
committerRiku Isokoski <riksu9000@gmail.com>2021-07-15 21:07:55 (GMT)
commit2a3e1263906d1145d6b539ff019362f0077d8097 (patch)
tree1fdfa2947ccba67f1f62bf0660e6d578f35d366a /src/displayapp/LittleVgl.h
parent0d24d2b81e995d37bb7fb363df21a19b195107b8 (diff)
Fix most 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 8d1ed56..1f8a3d7 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, bool contact);
+ void SetNewTouchPoint(uint16_t x, uint16_t y, bool contact);
private:
void InitDisplay();