| 21 | static const auto LOGGER = Logger("Display"); |
| 22 | |
| 23 | static std::shared_ptr<hal::display::DisplayDevice> getHalDisplay() { |
| 24 | return hal::findFirstDevice<hal::display::DisplayDevice>(hal::Device::Type::Display); |
| 25 | } |
| 26 | |
| 27 | static bool hasCalibratableTouchDevice() { |
| 28 | auto touch_devices = hal::findDevices<hal::touch::TouchDevice>(hal::Device::Type::Touch); |
no outgoing calls
no test coverage detected