DrawSingleGraph help

Do you have a question on how to do something.
Ask in here.
Post Reply
bubbles
Posts: 50
Joined: Wed Feb 20, 2013 3:05 pm
Location: Auckland, NZ

DrawSingleGraph help

Post 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
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: DrawSingleGraph help

Post 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());
Roberto.
Post Reply