Skip to content

WidgetLCD Support #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ComputerAided
Copy link

@ComputerAided ComputerAided commented Jun 21, 2018

I have added code that supports the LCD Widget in Advanced mode in the Blynk App and a simple example in the examples folder.

I did not know how to modify setup.py to include the new module; I figured I would let someone who knows what they are doing do that.

…mode

Member Functions:
Constructor
Constructor for the Blynk LCD Widget
Parameters:
 blynk - Blynk object
 vPin  - The Virtual pin the LCD is connected to

clear()
Clears the LCD widget
Parameters: None

write(x, y, s)
Prints a message to the LCD
Parameters:
 x - x-position of the lcd cursor | range [0, 15]
 y - y-position of the lcd cursor | range [0, 1]
 s - messages to print to the LCD
@Yadro
Copy link

Yadro commented Apr 21, 2019

Hi @vshymanskyy. It would be great to have WidgetLCD support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants