-
Notifications
You must be signed in to change notification settings - Fork 222
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
16x2 LCD won't compile #87
Comments
Nick, memory_start is a function. If FEATURE_MEMORIES is defined, memory_start is declared on line 16167 of version 2019.11.13.01 |
Hi Nick. The memory_start error was fixed in version 2020.04.13.01. I'll admit that documentation is lacking in areas, a lot of areas, in fact. Sorry you had to go through some detective work, but if you'd like to contribute some documentation on this and help out the next person, I'd be happy to publish it in the wiki and give you credit, of course. 73 |
I'm using a LCD1602 module (non-shield). Two things of note:
There's no clear pin listing, just a statement that it just works. For guys like me, knowing what the pins are can be quite helpful.
The code doesn't compile. It complains about memory_start not being defined. (k3ng_keyer.ino
line 7559)
For now I commented out that portion of the code and I figured out the pins (at least the screen seems to work fine). Everything seems fine, but I thought I'd file the issue here to make it better for others in the future if you can tidy it up.
Awesome project btw, thanks so much! 😄
The text was updated successfully, but these errors were encountered: