diff options
| author | hubmartin <hub.martin@gmail.com> | 2021-08-29 09:43:50 (GMT) |
|---|---|---|
| committer | hubmartin <hub.martin@gmail.com> | 2021-08-29 09:43:50 (GMT) |
| commit | 8390d0ef7243261675aab3a5c19862eb3fc53e68 (patch) | |
| tree | a8429e8d2a455df8afe152197119075b5789e9fb /src/displayapp/LittleVgl.h | |
| parent | 51c5257548efe678ec8e18d8cdea2476672f1238 (diff) | |
| parent | 6c023785e53c507f7cb20703f5f3a221ea095068 (diff) | |
Merge branch 'develop' into pinmap
Diffstat (limited to 'src/displayapp/LittleVgl.h')
| -rw-r--r-- | src/displayapp/LittleVgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h index 41f934a..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); + void SetNewTouchPoint(uint16_t x, uint16_t y, bool contact); private: void InitDisplay(); |
