diff options
| author | ailurux <ailuruxx@gmail.com> | 2023-07-04 17:10:28 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2023-07-04 17:10:28 +1000 |
| commit | fcdf0a32f98aeca71e18d8169927c266ac087aab (patch) | |
| tree | 8bda837be07bb95b757f54b717e70fcb9d08b0b1 /src/ui/lvgl_task.cpp | |
| parent | ac8e7cf3d8d90196fc4990f452748180529eafbb (diff) | |
| download | tangara-fw-fcdf0a32f98aeca71e18d8169927c266ac087aab.tar.gz | |
Touchpad works better now yay
Diffstat (limited to 'src/ui/lvgl_task.cpp')
| -rw-r--r-- | src/ui/lvgl_task.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/lvgl_task.cpp b/src/ui/lvgl_task.cpp index 961b5147..3ffaea03 100644 --- a/src/ui/lvgl_task.cpp +++ b/src/ui/lvgl_task.cpp @@ -77,8 +77,6 @@ void LvglMain(std::weak_ptr<drivers::RelativeWheel> weak_touch_wheel, // 30 FPS // TODO(jacqueline): make this dynamic vTaskDelay(pdMS_TO_TICKS(33)); - lv_indev_data_t d; - encoder.Read(&d); } } |
