Search found 4 matches

by yum
Thu Oct 18, 2018 1:20 pm
Forum: MegunoLink
Topic: IPButton - Text can not be changed from Arduino
Replies: 1
Views: 4303

IPButton - Text can not be changed from Arduino

Hi, I play around with the "TurnLEDOffAndOn" example and augmented the code by: void SendToIPButton1() { InterfacePanel MyPanel; MyPanel.ShowControl(F("IPButton1")); . . // my added code line: MyPanel.SetText(F("IPButton1"),F("uhu")); } but the text of the but...
by yum
Thu Oct 18, 2018 12:16 pm
Forum: MegunoLink
Topic: MegunoLink + ESP8266
Replies: 1
Views: 4328

MegunoLink + ESP8266

Any positive experiencies with MegunoLink + ESP8266 (ESP-01)?

I get some Table errors of internal MegunLink library!
by yum
Thu Oct 18, 2018 12:13 pm
Forum: MegunoLink
Topic: CircularBuffer - 2 libraries
Replies: 1
Views: 4285

CircularBuffer - 2 libraries

Hello,

I use the library CircularBuffer (https://github.com/rlogiacco/CircularBuffer).

MegunoLink has also a CircularBuffer inside its library package and this causes troubles.


Any convenient workaround?
by yum
Thu Oct 18, 2018 12:07 pm
Forum: MegunoLink
Topic: Monitor as part of Interface Panel
Replies: 1
Views: 4252

Monitor as part of Interface Panel

Hello, it would be nice to have the Monitor as Object for the Interface Panel . For debugging it is good to look into the serial communication. As far as I see, this is not possible - there are 2 separate windows (?). What about when the builder is involved? Does it make an installation, which comes...