From 0032896251d8ddc6c2775495445da8fceffba98e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 5 Sep 2023 09:51:10 +1000 Subject: Move UI task to priority 0 during playback Also other misc task cleanup --- src/drivers/include/display.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drivers/include/display.hpp') diff --git a/src/drivers/include/display.hpp b/src/drivers/include/display.hpp index 766fc4ea..b0aa5d58 100644 --- a/src/drivers/include/display.hpp +++ b/src/drivers/include/display.hpp @@ -52,8 +52,6 @@ class Display { IGpios& gpio_; spi_device_handle_t handle_; - std::unique_ptr worker_task_; - bool display_on_; uint_fast8_t brightness_; -- cgit v1.2.3