Search found 4 matches

by BanksySan
Sat Dec 18, 2021 6:46 am
Forum: MegunoLink
Topic: F("Foobar" + String(i))? Dynamic flash.
Replies: 0
Views: 4634

F("Foobar" + String(i))? Dynamic flash.

I have to dynamically build the name of a control, e.g.

Code: Select all

"txtServoConfigTop" + String(servoIndex)
How do I convert this to a Flash string so that I can pass it as a name argument? Failing that, how do I reference a control by an index?
by BanksySan
Fri Dec 17, 2021 7:41 pm
Forum: MegunoLink
Topic: Hangs when gauge added
Replies: 1
Views: 2075

Hangs when gauge added

I've just bought the full package, as soon as I add a gauge to an interface the whole program hangs and needs to be killed from teh task manager.

Image
by BanksySan
Thu Dec 16, 2021 8:01 pm
Forum: MegunoLink
Topic: Change font?
Replies: 1
Views: 1974

Change font?

Does anyone know how to change the font on the Serial monitor?
by BanksySan
Thu Dec 16, 2021 1:02 pm
Forum: MegunoLink
Topic: Clear data on timergraph
Replies: 1
Views: 2060

Clear data on timergraph

Hi.

I have a time graph that's working well.

How do I reset the graph again so that fresh data is drawn from the origin again?

Cheers.

Dave