MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / FlushAll

Method FlushAll

src/Display/Lcd/Lcd.cpp:434–440  ·  view source on GitHub ↗

Flush all of the dirty part of the image to the lcd. Only called during startup and shutdown.

Source from the content-addressed store, hash-verified

432
433// Flush all of the dirty part of the image to the lcd. Only called during startup and shutdown.
434void Lcd::FlushAll() noexcept
435{
436 while (FlushSome())
437 {
438 delayMicroseconds(20); // at 2MHz clock speed we need a delay here, at 1MHz we don't
439 }
440}
441
442// Set the cursor position
443void Lcd::SetCursor(PixelNumber r, PixelNumber c) noexcept

Callers 2

ExitMethod · 0.80
UpdatingFirmwareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected