RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
705
Variable
List Command
set_n_pixel
Function In Pixel Output Mode, executes
PortOutValue1
and
PortOutValue2
assigned to the set_pixel
command
Number
times in immediate succession.
Call
set_n_pixel( PortOutValue1, PortOutValue2, Number )
Parameters
PortOutValue1
Like set_pixel.
PortOutValue2
Like set_pixel.
Number
Number of pixels.
As an unsigned 32-bit value.
Allowed value range: [1…(2
32
–1)]. 0 is automatically set to 1.
Comments • For usage of set_n_pixel, see Chapter 8.7 ”Pixel Output Mode”, page 263.
• Before the first set_n_pixel command of a line, set_pixel_line must have been called.
• set_n_pixel defines the parameters for the following
Number
(identical) set_pixel
commands of an image line. For usage, see comments on set_pixel.
• If only an individual pixel is to be defined, then set_pixel can be used as an alternative
to set_n_pixel. set_pixel is synonymous with
set_n_pixel
(
Number
= 1 ).
• Outside Pixel Output Mode (if set_n_pixel is not directly preceded by set_pixel_line,
set_pixel or set_n_pixel), set_n_pixel is a short list command and otherwise ignored.
Under some circumstances, a list_continue might be inserted, see Section ”Normal,
Short, Variable and Multiple List Commands”, page 302.
RTC4RTC6 New command.
For RTC4 Compatibility Mode: see set_pixel.
RTC5RTC6 Unchanged functionality.
See set_pixel.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_pixel, set_pixel_line, set_pixel_lin
e_3d