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

Method rightToLeft

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:260–263  ·  view source on GitHub ↗

This is for text that flows Right to Left

Source from the content-addressed store, hash-verified

258
259// This is for text that flows Right to Left
260void LiquidCrystal::rightToLeft(void) {
261 _displaymode &= ~LCD_ENTRYLEFT;
262 command(LCD_ENTRYMODESET | _displaymode);
263}
264
265// This will 'right justify' text from the cursor
266void LiquidCrystal::autoscroll(void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected