-
Notifications
You must be signed in to change notification settings - Fork 214
LCD support, misc. other fixes #31
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
Conversation
…e to text-based framing protocol (print and createChar)
… work due to text-based framing protocol (print and createChar)" This reverts commit d61ef40.
Wow, this is awesome! I'm pretty impressed that it was only a small change to du.ino. I'm traveling right now, so I'll take a deeper look at this when I get back. Really appreciate your effort on this. |
@ecto is this likely to get merged in? |
LCD_2LINE = 0x08; | ||
LCD_1LINE = 0x00; | ||
LCD_5x10DOTS = 0x04; | ||
LCD_5x8DOTS = 0x00; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these globals?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't really recall if there was a particular reason or not, but unless you're doing something fancy when loading subcomponents, they are module-scoped and shouldn't affect (or be affected by) anyone else's code.
Hey, sorry for the horrifically long wait. I was traveling again, moving, working, etc. and forgot about this. Merging now :) |
Also hell yeah. Great work |
Thanks, glad you like it! (And thanks again @andyet / @adambrault for sponsoring the project :-) |
Would love to see these changes integrated into trunk. On my branch I have:
Big thanks to &yet for sponsoring this open source work!