Lcd.rightToLeft

From Pinguino-Wiki

Jump to: navigation, search

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

  • lcd.rightToLeft

Comments

Personal tools