Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
extern const AppManifest manifest;
35
36
static std::shared_ptr<hal::display::DisplayDevice> getHalDisplay() {
37
return hal::findFirstDevice<hal::display::DisplayDevice>(hal::Device::Type::Display);
38
}
39
40
class BootApp : public App {
41
Callers
1
setupDisplay
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected