MCPcopy 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
33DisplayControllerType Lcd7920::GetControllerType() const noexcept
34{
35 return DisplayControllerType::ST7920;
36}
37
38void Lcd7920::HardwareInit() noexcept
39{

Callers 2

THROWSFunction · 0.45
Lcd.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected