TArduinoBasicLiquidCrystalDisplay.RightToLeft: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Summary == {{:Summaries:Summary TArduinoBasicLiquidCrystalDisplay.RightToLeft}} == 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 doe..." |
(No difference)
|
Latest revision as of 12:28, 10 June 2022
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.