diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-09-05 09:51:10 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-09-05 09:51:10 +1000 |
| commit | 0032896251d8ddc6c2775495445da8fceffba98e (patch) | |
| tree | 5a7f981a832977c153bc9a292305b61605b8eb66 /src/drivers/include | |
| parent | 382d82a14b1427f18a05eae7fb7763d4fa5bc319 (diff) | |
| download | tangara-fw-0032896251d8ddc6c2775495445da8fceffba98e.tar.gz | |
Move UI task to priority 0 during playback
Also other misc task cleanup
Diffstat (limited to 'src/drivers/include')
| -rw-r--r-- | src/drivers/include/display.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<tasks::Worker> worker_task_; - bool display_on_; uint_fast8_t brightness_; |
