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);
Thanks a lot
Code: Select all
ReefAngel.LCD.DrawSingleGraph(COLOR_BLUE, x, 83, Mem_B_LEDPWMActinic);
Code: Select all
ReefAngel.LCD.DrawSingleGraph(COLOR_BLUE, x, 83, ReefAngel.PWM.GetActinicValue());