summaryrefslogtreecommitdiff
path: root/src/ui/lvgl_task.cpp
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2023-07-04 17:10:28 +1000
committerailurux <ailuruxx@gmail.com>2023-07-04 17:10:28 +1000
commitfcdf0a32f98aeca71e18d8169927c266ac087aab (patch)
tree8bda837be07bb95b757f54b717e70fcb9d08b0b1 /src/ui/lvgl_task.cpp
parentac8e7cf3d8d90196fc4990f452748180529eafbb (diff)
downloadtangara-fw-fcdf0a32f98aeca71e18d8169927c266ac087aab.tar.gz
Touchpad works better now yay
Diffstat (limited to 'src/ui/lvgl_task.cpp')
-rw-r--r--src/ui/lvgl_task.cpp2
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);
}
}