425
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
See Also:
Understanding Controller Properties
,
Details
Controller/panel selection is made through the Customize Platform dialog,
accessible through the Project Settings dialog.
Monochrome panels/controllers only allow you to turn pixels on and off. Grayscale
panels/controllers allow you to set the brightness of pixels in steps. The number of
available steps is defined by the number of bits assigned to each pixel (see
property). Finally, color panels/controllers allow you to set the
brightness separately for the red, green, and blue components of each pixel.
,
, and
R/O properties will tell you how
many bits there are for each color "channel".
Panel/controller type affects how
,
, and
are interpreted. Also, the output produced by
is affected by this.
.Pixelpacking R/O Property
Function:
Indicates how pixels are packed into controller memory
for the currently selected controller/panel.
Type:
Enum (ver_hor, byte)
Value Range:
0- PL_VERTICAL: Several vertically adjacent pixels are
packed into each byte of controller memory.
1- PL_HORIZONTAL: Several horizontally adjacent pixels
are packed into each byte of controller memory.
See Also:
Understanding Controller Properties
Details
Controller/panel selection is made through the Customize Platform dialog,
accessible through the Project Settings dialog.
This property is only relevant for controllers/panels whose
value
is less than 8. In this case, 2, 4, or 8 pixels are packed into a single byte of
controller memory.
This property is purely informational and largely has no influence over how you
write your application. The only exception is related to
can also have vertical or horizontal packing and the speed at which you can
output the text onto the screen is improved when the lcd.pixelpacking and
have the same value, i.e. controller memory pixels and font
encoding are "aligned".
.Print Method
Function:
Prints a line of text.
Syntax:
lcd.print(byref str as string,x as word,y as word) as
word
393
395
414
427
420
415
419
414
429
415
393
414
397
400
419