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

Method home

examples/AllProtocolsOnLCD/LiquidCrystal_I2C.hpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void LiquidCrystal_I2C::home() {
167 command(LCD_RETURNHOME); // set cursor position to zero
168 delayMicroseconds(2000); // this command takes a long time!
169}
170
171void LiquidCrystal_I2C::setCursor(uint8_t col, uint8_t row) {
172 int row_offsets[] = { 0x00, 0x40, 0x14, 0x54 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected