Return to previous page Return to menu Go to next page

Mesh enabled

Mesh enable bit: mesh enable bit (Mesh), bit 8
Specify whether to perform mesh processing when drawing a part. When 0, draw without mesh processing. When 1 is set, mesh processing is performed.

 Mesh 
 Mesh enabled 
 0 
 Draw without mesh processing 
 1 
 Draw with mesh processing 

∙ When mesh processing is specified (Mesh = 1), parts are drawn in a grid pattern every other pixel. Only pixels whose X coordinate value + Y coordinate value is even (XLSB XOR YLSB = 0) are drawn, and odd-numbered pixels are skipped and not written.
∙ If the start point of the 45 degree line is an odd coordinate, nothing is drawn. Even if it is a polyline with an odd coordinate at 45 degrees, it may not be drawn.

Figure 6.8 Mesh processing

Figure 6.9 Mesh processing of lines and polylines


Return to previous page Return to menu Go to next page