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

Function getHalDisplay

Tactility/Source/app/boot/Boot.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34extern const AppManifest manifest;
35
36static std::shared_ptr<hal::display::DisplayDevice> getHalDisplay() {
37 return hal::findFirstDevice<hal::display::DisplayDevice>(hal::Device::Type::Display);
38}
39
40class BootApp : public App {
41

Callers 1

setupDisplayMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected