MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / leftToRight

Method leftToRight

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:254–257  ·  view source on GitHub ↗

This is for text that flows Left to Right

Source from the content-addressed store, hash-verified

252
253// This is for text that flows Left to Right
254void LiquidCrystal::leftToRight(void) {
255 _displaymode |= LCD_ENTRYLEFT;
256 command(LCD_ENTRYMODESET | _displaymode);
257}
258
259// This is for text that flows Right to Left
260void LiquidCrystal::rightToLeft(void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected