This is for text that flows Left to Right
| 252 | |
| 253 | // This is for text that flows Left to Right |
| 254 | void LiquidCrystal::leftToRight(void) { |
| 255 | _displaymode |= LCD_ENTRYLEFT; |
| 256 | command(LCD_ENTRYMODESET | _displaymode); |
| 257 | } |
| 258 | |
| 259 | // This is for text that flows Right to Left |
| 260 | void LiquidCrystal::rightToLeft(void) { |
nothing calls this directly
no outgoing calls
no test coverage detected