427
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
For this method to work, a font must first be selected with the
method. The
,
,
, and
properties will affect how the text is printed.
This method breaks the text into lines to stay within the specified rectangular
output area. Whenever possible, text is split without breaking up the words. A
word will be split if it is wider than the width of the print area. You can add
arbitrary line brakes by inserting ` (ASCII code 96).
The display panel must be enabled (
= 1- YES) for this method to
work.
.Rectangle Method
Function:
Draws an unfilled rectangle.
Syntax:
lcd.rectangle(x1 as word,y1 as word, x2 as word, y2
as word)
Returns:
---
See Also:
,
,
,
,
Par
t
Description
x1
X coordinate of the first point. Value range is 0 to
-1.
y1
Y coordinate of the first point. Value range is 0 to
-1.
x2
X coordinate of the second point. Value range is 0 to
-1.
y2
Y coordinate of the second point. Value range is 0 to
-1.
Details
The rectangle is drawn with the specified line width (
) and "pen"
color (
).
The display panel must be enabled (
= 1- YES) for this method to
work.
.Redbits R/O Property
Function:
A 16-bit value packing two 8-bit parameters: number of
"red" bits per pixel (high byte) and the position of the
least significant red bit within the color word (low byte).
Type:
Word
Value Range:
Value depends on the currently selected controller/panel.
See Also:
Understanding Controller Properties
,
428
429
430
430
431
416
396
422
432
421
418
417
432
421
432
421
423
419
416
393
395