Lcd.rightToLeft
From Pinguino-Wiki
Contents |
Name
- lcd.rightToLeft
Description
Sets the direction that text is written on the LCD to right-to-left.
It does not directly affect previously output text, but subsequent characters written to the display go from right to left.
Syntax
void lcd.rightToLeft(void)
- Parameters
- [None]
- Returns/Output;
- [None]
Example
Bugs
See also
| |

