diff options
| author | Avamander <avamander@gmail.com> | 2021-04-24 09:00:45 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2021-04-24 09:00:45 (GMT) |
| commit | 69898545193a82f7d72c9f47c9d9de36167b157b (patch) | |
| tree | cf2bea6d67e8d91a7d6222b8e0b55a0075575003 /src/displayapp/LittleVgl.h | |
| parent | 40d45d923b033363ff1304b47eac238dd4495a57 (diff) | |
Changed access modified indentation
Diffstat (limited to 'src/displayapp/LittleVgl.h')
| -rw-r--r-- | src/displayapp/LittleVgl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h index b10b14f..7f7b76e 100644 --- a/src/displayapp/LittleVgl.h +++ b/src/displayapp/LittleVgl.h @@ -10,7 +10,7 @@ namespace Pinetime { namespace Components { class LittleVgl { - public: + public: enum class FullRefreshDirections { None, Up, Down, Left, Right, LeftAnim, RightAnim }; LittleVgl(Pinetime::Drivers::St7789& lcd, Pinetime::Drivers::Cst816S& touchPanel); @@ -24,7 +24,7 @@ namespace Pinetime { void SetFullRefresh(FullRefreshDirections direction); void SetNewTapEvent(uint16_t x, uint16_t y); - private: + private: void InitDisplay(); void InitTouchpad(); void InitTheme(); |
