Page 1 of 1

DrawSingleGraph help

Posted: Fri Apr 26, 2013 9:54 pm
by bubbles
Hi everyone,

Looking for some help with "ReefAngel.LCD.DrawSingleGraph".

Tried the following but no luck

Code: Select all

ReefAngel.LCD.DrawSingleGraph(COLOR_BLUE, x, 83, Mem_B_LEDPWMActinic);
Any examples I can look at?

Thanks a lot

Re: DrawSingleGraph help

Posted: Sat Apr 27, 2013 9:58 pm
by rimai
You need to place the variable that you want to display:

Code: Select all

ReefAngel.LCD.DrawSingleGraph(COLOR_BLUE, x, 83, ReefAngel.PWM.GetActinicValue());