Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ GetControllerType
Method
GetControllerType
src/Display/Lcd/ST7920/Lcd7920.cpp:33–36 ·
view source on GitHub ↗
Get the display type
Source
from the content-addressed store, hash-verified
31
32
// Get the display type
33
DisplayControllerType Lcd7920::GetControllerType() const noexcept
34
{
35
return DisplayControllerType::ST7920;
36
}
37
38
void Lcd7920::HardwareInit() noexcept
39
{
Callers
2
THROWS
Function · 0.45
Lcd.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected