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

Method autoscroll

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:266–269  ·  view source on GitHub ↗

This will 'right justify' text from the cursor

Source from the content-addressed store, hash-verified

264
265// This will 'right justify' text from the cursor
266void LiquidCrystal::autoscroll(void) {
267 _displaymode |= LCD_ENTRYSHIFTINCREMENT;
268 command(LCD_ENTRYMODESET | _displaymode);
269}
270
271// This will 'left justify' text from the cursor
272void LiquidCrystal::noAutoscroll(void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected