LCD DrawProgressXXX

A command for Logitech G15 LCD

Syntax:

LCD_DrawProgressXXX X:long Y:long W:long H:long CurrentValue:long MaxValue:long Style:long

Draws a progress bar horizontally, vertically or as a circle, depending on the function used:

LCD_DrawProgressBarH
LCD_DrawProgressBarV
LCD_DrawProgressCircle

Style takes the following values:

Value   Style
  0      Draw nothing
  1      Draw value centered in the bar
  2      Draw percentage centered in the bar
  3      Draw both value centered in the bar