From 8a2a2d226558d099243eea0aa9ae22b2791e0e0e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 6 Jun 2023 10:20:46 +1000 Subject: Get basic audio playback going again --- src/ui/include/wheel_encoder.hpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/ui/include/wheel_encoder.hpp') diff --git a/src/ui/include/wheel_encoder.hpp b/src/ui/include/wheel_encoder.hpp index 0651ce0b..d4975db9 100644 --- a/src/ui/include/wheel_encoder.hpp +++ b/src/ui/include/wheel_encoder.hpp @@ -15,16 +15,16 @@ namespace ui { class TouchWheelEncoder { - public: - explicit TouchWheelEncoder(std::weak_ptr wheel); + public: + explicit TouchWheelEncoder(std::weak_ptr wheel); - auto Read(lv_indev_data_t *data) -> void; - auto registration() -> lv_indev_t* { return registration_; } + auto Read(lv_indev_data_t* data) -> void; + auto registration() -> lv_indev_t* { return registration_; } - private: - lv_indev_drv_t driver_; - lv_indev_t *registration_; - std::weak_ptr wheel_; + private: + lv_indev_drv_t driver_; + lv_indev_t* registration_; + std::weak_ptr wheel_; }; -} // namespace ui +} // namespace ui -- cgit v1.2.3