431
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Value Range:
0- PL_LCD_TEXT_ORIENTATION_0: At 0 degrees
(default).
1- PL_LCD_TEXT_ORIENTATION_90: At 90 degrees.
2- PL_LCD_TEXT_ORIENTATION_180: At 180 degrees.
3- PL_LCD_TEXT_ORIENTATION_270: At 270 degrees.
See Also:
,
,
Details
---
.Textverticalspacing Property
Function:
Specifies the gap, in pixels, between the lines of text
output produced by the
method.
Type:
Byte
Value Range:
0- 255. Default= 1 (1 pixel).
See Also:
,
,
,
Details
The property has no bearing on the output produced by
, because this
method always creates a single-line output.
.Unlock Method
Function:
Unfreezes display output (on controllers/panels that
support this feature).
Syntax:
lcd.unlock
Returns:
---
See Also:
---
Details
When the display is locked (see
), you can make changes to the display
data without showing these changes on the screen. You can then unlock the
display with lcd.unlock and show all the changes made at once. This usually
greatly improves the display agility perception by the user, even if your application
is not working any faster (see
Improving Graphical Performance
).
Each time you execute this method on a previously locked display, the value of
the
R/O property decreases by 1. Once this value reaches 0, the
display is unlocked and the user sees updated display data. The lcd.lockcount
397
429
430
431
426
397
429
430
430
425
423
405
424