432
Platforms
©2000-2008 Tibbo Technology Inc.
allows you to nest locks/unlocks (again, see
Improving Graphical Performance
).
Not all controllers/panels support this feature. See the
section for details on the display you are using. If your display does not
support locking, executing lcd.lock will have no effect and
will
always stay at 0.
.Verline Method
Function:
Draws a vertical line.
Syntax:
lcd.verline(x as word,y1 as word,y2 as word)
Returns:
---
See Also:
,
,
Par
t
Description
x
X coordinates of the first and second points. Value range is 0 to
-1.
y1
Y coordinate of the first point. Value range is 0 to
-1.
y2
Y coordinate of the second point. Value range is 0 to
-1.
Details
The line is drawn with the specified line widht (
) and "pen" color (
). Drawing horizontal (
) or vertical lines is more
efficient than drawing generic lines (
) and should be used whenever
possible.
The display panel must be enabled (
= 1- YES) for this method to
work.
.Width Property
Function:
Sets the horizontal resolution of the display panel in
pixels.
Type:
Word
Value Range:
Appropriate value depends on the panel. Default= 0.
See Also:
Preparing the Display for Operation
,
Details
Set this property according to the characteristics of your display panel.
The reason why this value is not set automatically when you select a certain
controller is because the capability of the controller may exceed the actual
resolution of the panel, i.e. only "part" of the controller may be utilized.
This property can only be changed when the display is disabled (
=
405
408
424
396
427
418
417
432
421
421
423
419
421
422
416
395
421
416