TArduinoBasicLiquidCrystalDisplay.RightToLeft
Summary
Specifies the direction of the added text - left to right or right to left
Description
Use this property to specify the direction of the text being added - left to right or right to left
If this property is set to True, the subsequent characters written to the display will go from right to left, but does not affect previously-output text.
If the property is set to False, the subsequent characters written to the display will go from left to right, but does not affect previously-output text.