LCD DrawText

Revision as of 19:10, 29 March 2008 by imported>Speedo (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A command for Logitech G15 LCD

Syntax:

LCD_DrawText Text:string X:long Y:long W:long H:long AlignX:long AlignY:long

Draws text, which is XOR'd with the background. If part of the text is in a black area, it will be white, and vice versa.

AlignX takes the following values:

Value   Alignment
 -1       Left
  0       Center
  1       Right

AlignY takes the following values:

Value   Alignment
 -1       Top
  0       Center
  1       Bottom