-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Update for FLSun Hispeedv1 Board #19959
Merged
thinkyhead
merged 76 commits into
MarlinFirmware:bugfix-2.0.x
from
Foxies-CSTL:bugfix-2.0.x
Nov 18, 2020
Merged
Update for FLSun Hispeedv1 Board #19959
thinkyhead
merged 76 commits into
MarlinFirmware:bugfix-2.0.x
from
Foxies-CSTL:bugfix-2.0.x
Nov 18, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STOCK, TMC, UART with TFT (320x240) Standard and Marlin UI.
Fix I/O with extension SDCard Fix Buzzer aren't Speaker into the TFT screen.
Change Wifi pin for compatibility for other modules ESP-WFI. Fix XPT2046_CALIBRATION. Some cleanings and infos.
sjasonsmith
reviewed
Nov 8, 2020
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.
This is my only outstanding concern, aside from minor cosmetic/formatting issues.
thinkyhead
force-pushed
the
bugfix-2.0.x
branch
from
November 10, 2020 08:21
f964943
to
f17394d
Compare
Reformatage differents parts: -TMC2209 Serial one wire -XPT20046 Touch Screen -SdCard and card socket
thinkyhead
force-pushed
the
bugfix-2.0.x
branch
2 times, most recently
from
November 14, 2020 02:06
4274255
to
a97a1ae
Compare
Better integration managment SDCard and extension
Removal of part XPT2046. Displacement of the TFT buffer in the FSMC part and of the colors specific to the LCD emulation (UI Classic).
FhlostonParadise
pushed a commit
to FhlostonParadise/Marlin
that referenced
this pull request
Nov 21, 2020
Co-authored-by: Scott Lahteine <[email protected]>
Kannix2005
pushed a commit
to Kannix2005/Marlin-1
that referenced
this pull request
Dec 7, 2020
Co-authored-by: Scott Lahteine <[email protected]>
vgadreau
pushed a commit
to vgadreau/Marlin
that referenced
this pull request
Dec 9, 2020
Co-authored-by: Scott Lahteine <[email protected]>
tharts
pushed a commit
to tharts/Marlin
that referenced
this pull request
Jan 6, 2021
Co-authored-by: Scott Lahteine <[email protected]>
kpishere
pushed a commit
to kpishere/Marlin
that referenced
this pull request
Feb 19, 2021
Co-authored-by: Scott Lahteine <[email protected]>
W4tel-BiDi
pushed a commit
to W4tel-BiDi/Marlin
that referenced
this pull request
Apr 5, 2021
Co-authored-by: Scott Lahteine <[email protected]>
chrisjenda
pushed a commit
to chrisjenda/Marlin
that referenced
this pull request
Apr 5, 2021
Co-authored-by: Scott Lahteine <[email protected]>
thinkyhead
added a commit
to thinkyhead/Marlin
that referenced
this pull request
Apr 28, 2021
Co-authored-by: Scott Lahteine <[email protected]>
thinkyhead
added a commit
to thinkyhead/Marlin
that referenced
this pull request
Apr 29, 2021
Co-authored-by: Scott Lahteine <[email protected]>
thinkyhead
added a commit
that referenced
this pull request
Apr 30, 2021
Co-authored-by: Scott Lahteine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requirements
Description
Following user feedback, I added a comment section for the UART mode of the TMC220x in serial mode.
An explain to wired the serial mono-wire for the TMC2209.
I fixed the compatibility of Stock TFT displays (MKS Robin TFT).
Benefits
More compatibility with Stock TFT (MKS Robin TFT).
Configurations
QQS-Pro.zip
PR 309
Environment VSC/Platformio
Identical MKS_Robin_nano but the renaming script is that of the MKS_Robin_mini and add "nanolib" script to reduce the binary.
Note:
I do not know how to integrate the trick of the script "nanolib" but this one is necessary: Compiling with the Color UI and with UBL leveling results in a binary that is too big.
Related Issues