TftPixel(wX_Pixel As Word, wY_Pixel As Word, wColor As Word)
|
Parameter |
Description |
|
wX_Pixel |
X-coordinate position |
|
wY_Pixel |
Y-coordinate position |
|
wColor |
16-bit RGB565 color |
This procedure prints a single pixel at the specified position with the given color.
You can either use any 16-bit value representing a RGB565 color or select a color alias from the Colors.inc file.
TftPixel(20,30, RED)
Created with the Personal Edition of HelpNDoc: Easily Add Encryption and Password Protection to Your PDFs