Hi Richard,

it's any possibilities to drawing a line like a progress bar?
For example, I had ADVAL value from 0 to 120, and I want to draw line on OLED.
I try this:
Code:
GLCDDHL 0,0,adval,1
This didn't work because GLCDDHL accept only numbers not variables like ADVAL.

It there any way to do it with your include?