218 Appendix A Command Reference
ADOT draw A single pixel DOT
Class Custom image primitive
Description Draws a single pixel dot. A dot is the smallest graphic element that can be drawn. It uses
three parameters: the color and the X and Y coordinates.
Command syntax ADOT color x y
color
available colors
x
positive integer number
y
positive integer number
Other required
commands The FMTU command instructs the generator to use the new setting. The ALLU command
updates hardware to the new setting and redraws the test image.
Example
ADOT White 200 300 // Draw white dot at X = 200 Y = 300
ALLU // Update hardware to current buffer contents