-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
📝 [WIP] Clarify TJC display support #1105
base: import-2.1.x
Are you sure you want to change the base?
📝 [WIP] Clarify TJC display support #1105
Conversation
26e8ed1
to
0c87704
Compare
Maybe @mriscos can help with this support? https://github.com/mriscoc/Special_Configurations/releases/tag/tjc |
For TJC compatibility the only option is to use the iconset 9 #define ICON 9 // 9.ICO Sometime ago there was a way to select the iconset by defining: #define USE_STOCK_DWIN_SET But it is not present in current Marlin version. I think that some additional icons were added which are incompatible with the 9.ICO. But maybe the standard CrealityUI keeps the compatibility. |
USE_STOCK_DWIN_SET was removed in |
When icon set 9 is selected do all the icons appear and none are missing with the UIs that support the TJC screen? If so, then it sounds like whenever a TJC screen is selected then |
I've added 76fc9c0 & a8a75d6 Ender-3 V2 NEO README changes to the Ender-3 S1 README in 029db09. I tried to make it clear that the Ender-3 V2 NEO README was copied from the Ender-3 S1 README in the commit title for b6d650d: "Copy Ender-3 S1 LCD Files README to Ender-3 V2 Neo folder" as well as the PR description, but let me know if there's a better way to highlight this in the future. |
I have a genuine DWIN screen, so I can't test this. @albka1986: See @thinkyhead's comment above. Using the latest #define ICON 7 // 7.ICO to: #define ICON 9 // 9.ICO in |
the original code moves the text aroud also Eg
So It needs more than just #define ICON 9 |
What should I change? Could you please clarify? |
e192f73
to
c22761e
Compare
Description
Originally posted by @ellensp in MarlinFirmware/Marlin#27446 (comment)
Benefits
Improves documentation for TJC displays
Related Issues