Android Question LCD Library Don Manfred

Philip Prins

Active Member
Licensed User
Longtime User
I noticed in the library that when i turn the knob or press it i get the folowing meggages on the the display;
INTERCOM_ONE
INTERCOM_TWO
CLICK

Is this from the library?

Regards
Philip
 

DonManfred

Expert
Licensed User
Longtime User
probably yes. Probably debug-log-output. Can´t answer 100% as of now as i am not at home and can not look at the source.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
It is in the methods which raises the event. It also send the command to change the text.

Try the attached version. It should not call these commands when the lib receives a broadcast. It - now - only raises the event.
 

Attachments

  • LCDSDKV0.03.zip
    4.2 KB · Views: 172
Last edited:
Upvote 0

Philip Prins

Active Member
Licensed User
Longtime User
It is in the methods which raises the event. It also send the command to change the text.

Try the attached version. It should not call these commands when the lib receives a broadcast. It - now - only raises the event.
Works perfect

Thanks Manfred
 
Upvote 0
Top