Search found 2 matches

by Siderits
Tue Jul 10, 2018 12:41 am
Forum: MegunoLink
Topic: Gauge
Replies: 5
Views: 11450

Re: Gauge

Hi Phil: I have a simple light sensor setup on a breadboard that is updating a TimePlot with no problem, but would like to have a gauge also reading the SensorValue from the photo-resistor. I can set the gauge value with a statement like: MyPanel.SetNumber(F("MyGauge"), 42); but I can't fi...
by Siderits
Mon Jul 09, 2018 1:20 am
Forum: MegunoLink
Topic: Gauge
Replies: 5
Views: 11450

Gauge

Would anyone have some insight about why my Gauge is stuck? I'm using the statement MyPanel.GetValue(F("MyGauge"), SensorValue); in the Loop section of the Arduino sketch, but the visualizer shows the following message: some ASCII characters and the sentence "doesn't exist in MyGauge&...