Skip to content
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

Added read functions to the LiquidCrystal library #1517

Closed
wants to merge 2 commits into from

Conversation

Chisalita
Copy link

Added functions to read data from LCD, to delete last character, to
delete a character at specified position, get current position, get
character from a position and get more characters at once, making it
faster.

Review on Reviewable

Added functions to read data from LCD, to delete last character, to
delete a character at specified position, get current position, get
character from a position and get more characters at once, making it
faster.
@Chisalita
Copy link
Author

If there are any problems please tell me. I really want to know why it dose not get merged, with all my respect I appreciate your decision. Thank you for the time!

@ffissore ffissore added New and removed New labels Feb 27, 2014
@ArduinoBot
Copy link
Contributor

Can I build this pull request?

@Chisalita
Copy link
Author

If you ask for my permission or something like that, then sure you can. If you ask in order to know that it works correctly, I can say that it was tested on my Uno before making the pull request.

@ffissore
Copy link
Contributor

@Chisalita sorry for the comment from arduinobot. we are setting up automated build of all PRs, so that we can provide a downloadable version of the patched IDE

@andresn
Copy link

andresn commented Sep 14, 2014

👍 thanks for this!

@matthijskooijman
Copy link
Collaborator

I just noticed this PR. I like what it does, so I did a course review of the code. I've added some inline comments in the commit about things I think need to be changed. Overall, I think that the new functions added do not fit in the style of the other Arduino APIs completely and need some improvement. Also, you've removed a lot of trailing spaces (your editor probably did that) which are completely unrelated to the commit at hand and thus complicate review. I'm all for removing trailing whitespace, but you should do it in a separate commit then (which only changes whitespace). Alternatively, configure your editor to leave the whitespace alone. In either case, please update this pullrequest to remove the whitespace changes from the main commit (note that you can (force-)push to your branch to update this pullrequest).

Modified the commit in which I added reading functions, I used the
suggestions from the comments to make it fit in the API style and
improved the code a little
@cmaglie cmaglie added feature request A request to make an enhancement (not a bug fix) Library: LiquidCrystal The LiquidCrystal Arduino library and removed Component: Core Related to the code for the standard Arduino API labels Apr 15, 2015
@agdl
Copy link
Member

agdl commented Jul 12, 2016

This issue was moved to arduino-libraries/LiquidCrystal#7

@agdl agdl closed this Jul 12, 2016
@agdl
Copy link
Member

agdl commented Jul 12, 2016

Sorry closed by mistake

@facchinm
Copy link
Member

Moved to arduino-libraries/LiquidCrystal#15

@facchinm facchinm closed this Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request to make an enhancement (not a bug fix) Library: LiquidCrystal The LiquidCrystal Arduino library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants