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