diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-25 22:22:22 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-25 22:22:22 (GMT) |
| commit | 268ddbdc7622ab2a6b0490701064ffdde13fee51 (patch) | |
| tree | b4a5a240f3df214aa8245f9913fb4a9af8c356a4 /src/displayapp/LittleVgl.h | |
| parent | 30c319831ab15e6abaf97e4fa8f58a8eaeb8ba4a (diff) | |
sans animations
Diffstat (limited to 'src/displayapp/LittleVgl.h')
| -rw-r--r-- | src/displayapp/LittleVgl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h index 1f8a3d7..af77eba 100644 --- a/src/displayapp/LittleVgl.h +++ b/src/displayapp/LittleVgl.h @@ -11,7 +11,6 @@ namespace Pinetime { namespace Components { class LittleVgl { public: - enum class FullRefreshDirections { None, Up, Down, Left, Right, LeftAnim, RightAnim }; LittleVgl(Pinetime::Drivers::St7789& lcd, Pinetime::Drivers::Cst816S& touchPanel); LittleVgl(const LittleVgl&) = delete; @@ -23,7 +22,6 @@ 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 SetNewTouchPoint(uint16_t x, uint16_t y, bool contact); private: @@ -48,7 +46,6 @@ namespace Pinetime { static constexpr uint8_t MaxScrollOffset() { return LV_VER_RES_MAX - nbWriteLines; } - FullRefreshDirections scrollDirection = FullRefreshDirections::None; uint16_t writeOffset = 0; uint16_t scrollOffset = 0; |
