diff options
Diffstat (limited to 'src/displayapp')
| -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 e36d1545..38f1f00e 100644 --- a/src/displayapp/LittleVgl.h +++ b/src/displayapp/LittleVgl.h @@ -59,7 +59,7 @@ namespace Pinetime { uint16_t writeOffset = 0; uint16_t scrollOffset = 0; - lv_point_t touchPoint = {0}; + lv_point_t touchPoint = {}; bool tapped = false; bool isCancelled = false; }; |
