-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
♻️ Separate LCD pins from board pins #25650
base: bugfix-2.1.x
Are you sure you want to change the base?
♻️ Separate LCD pins from board pins #25650
Conversation
8d994a8
to
0bc9352
Compare
0465771
to
3156275
Compare
I'm not using anymore AGCM4 + RAMPS_144 but it seems that on AUX1 you have:
but VCC may be 5V/3V depending on J4 jumper (this goes also to IO pin) AUX3 is (please note that SPI pins on AGCM4 are not like DUE but standard D50-52 may be redirected via solering pads):
AUX4 is: |
RAMPS_1.4.4_C6.pdf As reference I add schematic N.B. Ramps144 has been discontinued, because of developper health issues, then AGCM4 has de facto no shields available |
423e612
to
e3dd99e
Compare
To eliminate this pointless requirement only mentioned in the pins file: // Requires REVERSE_ENCODER_DIRECTION in Configuration.h |
oh. i forgot that thanks |
I agree with all of this. We should also hold off on such a huge refactor until after |
f678106
to
e50d4ca
Compare
e50d4ca
to
1157c17
Compare
c792921
to
37fb26b
Compare
37d77d6
to
aa44542
Compare
44caaf5
to
34c2b6a
Compare
Co-Authored-By: ellensp <[email protected]>
34c2b6a
to
2c1f016
Compare
Gradual migration of LCDs to separate pins file(s) using defined connectors / interfaces.