TftPixel()

Library Description ›› System ››
Parent Previous Next

TftPixel(wX_Pixel As Word, wY_Pixel As Word, wColor As Word)


wX_Pixel = X coordinate position

wY_Pixel = Y coordinate position

wColor = 16b color in 565 RGB format 


This procedure prints a single pixel at the specified position with the given color. 


You can either use any 16-bit value representing a 565 RGB color or select a color alias from the Colors.inc file.


Example: 

TftPixel(20,30, RED)






Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites