diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-29 16:39:55 +0100 |
|---|---|---|
| committer | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-10-10 11:42:32 +0100 |
| commit | 8422923ea0ade3d822eaa40685ad5c465a630bf9 (patch) | |
| tree | 5f41e0668b7be9cbb4bfbf76279f008b06decf05 /src/displayapp/LittleVgl.h | |
| parent | 0881edd2e6404a21224af2667e8becddf188cf24 (diff) | |
Resolve paint corrupting screen scrolling
Diffstat (limited to 'src/displayapp/LittleVgl.h')
| -rw-r--r-- | src/displayapp/LittleVgl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h index 54505b36..e19c9b56 100644 --- a/src/displayapp/LittleVgl.h +++ b/src/displayapp/LittleVgl.h @@ -27,6 +27,7 @@ namespace Pinetime { void SetNewTouchPoint(int16_t x, int16_t y, bool contact); void CancelTap(); void ClearTouchState(); + bool IsScrolling(); bool GetFullRefresh() { bool returnValue = fullRefresh; |
