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

Ultra_LCD uncomment #444

Closed
dvdspeler opened this issue Apr 5, 2013 · 4 comments
Closed

Ultra_LCD uncomment #444

dvdspeler opened this issue Apr 5, 2013 · 4 comments

Comments

@dvdspeler
Copy link

DLed latest version,
changes:
line #51 - #define motherboard 62
line #319 - uncomment Ultra_LCD

ERROR in ultraLCD_implementation_hitachi_HD44780.h

'LCD_PINS_RS' was not declared in this scope
along with an error list found here:
http://pastebin.com/exiJSqVf

@dvdspeler
Copy link
Author

fix:

add #define NEWPANEL in config.h
add int encoderDiff; in ultralcd.cpp (this error follows after fixing the 1st error)

Good luck!

@dvdspeler
Copy link
Author

problem # 2

line 324 - uncomment define ULTIPANEL

gives error

I commented (deleted) the line so now it works, but I have no idea why.

@ErikZalm
Copy link
Contributor

ErikZalm commented Apr 5, 2013

I do not know of an ULTIPANEL implementation for the SL boards. If you made one you have to add the pins to the pins.h file.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants