-
-
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
Add laser support for TFTGLCD panel #22391
Merged
thinkyhead
merged 43 commits into
MarlinFirmware:bugfix-2.0.x
from
Serhiy-K:bugfix-2.0.x
Jul 19, 2021
Merged
Changes from 42 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
1de4125
Improve STM32 FastIO
thinkyhead f8612ef
Use STM_PIN
thinkyhead 804b6f9
Apply for all STM32
thinkyhead dacfcda
Use digitalPinToPinName in pins debug
thinkyhead 7a647e5
Merge pull request #14 from MarlinFirmware/bugfix-2.0.x
Serhiy-K 723a86f
Merge pull request #15 from MarlinFirmware/bugfix-2.0.x
Serhiy-K f34960e
Update Russian and Ukranian translations
Serhiy-K 03bb937
Cleanup
thinkyhead b9096d3
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/20508
thinkyhead 35fc41d
Merge pull request #16 from MarlinFirmware/bugfix-2.0.x
Serhiy-K 763206b
Add STM32F1xx support for TFTGLCD
Serhiy-K 2eb6d0e
Update ubl_G29.cpp
thinkyhead 3cc2ac9
Update marlinui_TFTGLCD.cpp
thinkyhead 71c5bb0
Merge pull request #17 from MarlinFirmware/bugfix-2.0.x
Serhiy-K c80a0cc
Fix for TFTGLCD
Serhiy-K 74a2232
Merge branch 'bugfix-2.0.x' of https://github.com/Serhiy-K/Marlin int…
Serhiy-K a75cf22
neaten
thinkyhead 80f55d1
Merge pull request #18 from MarlinFirmware/bugfix-2.0.x
Serhiy-K cc5de44
Update Ukrainian language
Serhiy-K 4f90fab
Update Ukrainian language
Serhiy-K ed1f556
Merge pull request #19 from MarlinFirmware/bugfix-2.0.x
Serhiy-K 92d5c44
Update Russian language
Serhiy-K 3d23db1
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/22193
thinkyhead 9870970
configurable axis names
thinkyhead de93f93
Merge pull request #20 from MarlinFirmware/bugfix-2.0.x
Serhiy-K 6f12202
Update Russian and Ukrainian languages
Serhiy-K a43e885
Revert "Update Russian and Ukrainian languages"
Serhiy-K 053c103
Update platformio.ini
Serhiy-K 55030dd
Delete pins_PILL_F401XX.h
Serhiy-K 2da48eb
Update pins.h
Serhiy-K bd6fb70
Update Russian and Ukrainian languages
Serhiy-K 6e4e004
Merge branch 'bugfix-2.0.x' of https://github.com/Serhiy-K/Marlin int…
Serhiy-K a5b2d34
Update Ukrainian language
Serhiy-K e917109
sp
thinkyhead 4c2bc83
Add laser support for TFTGLCD panel
Serhiy-K 43a8bd1
Merge branch 'bugfix-2.0.x' of https://github.com/Serhiy-K/Marlin int…
Serhiy-K 56f8309
Merge pull request #21 from MarlinFirmware/bugfix-2.0.x
Serhiy-K ce386e1
Fix ammeter
Serhiy-K 1572748
Revert "Fix ammeter"
Serhiy-K f310cb9
Merge branch 'bugfix-2.0.x' of https://github.com/Serhiy-K/Marlin int…
Serhiy-K 319e9df
Fix TFTGLCD
Serhiy-K 8549706
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/22391
thinkyhead 4fbace0
Update marlinui_TFTGLCD.cpp
thinkyhead File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
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.
When
TFTGLCD_PANEL_I2C
is used on other platforms, what should its i2c address be?