MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getHalDisplay

Function getHalDisplay

Tactility/Source/app/display/Display.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

onShowMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected