Search found 1 match

by Mike6000
Sat Dec 01, 2018 2:16 pm
Forum: MegunoLink
Topic: How to send value to Arduino from TrackBarWithIndicator (slider)?
Replies: 12
Views: 24959

How to send value to Arduino from TrackBarWithIndicator (slider)?

Hi How can I send a value to Arduino from TrackBarWithIndicator? I tried: float tmp = MyPanel.GetValue(F("TrackBarWithIndicator1"), "Value"); but that doesnt even compile on the Arduino side. On the pc side I set up this ValueChangesCommandLine [TrackBarWithIndicator1.Value] What...