-
-
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
Small / Large Boot Screen option for TFT_COLOR_UI follow-up #20583
Small / Large Boot Screen option for TFT_COLOR_UI follow-up #20583
Conversation
no no, it was working, its the reverse :p no way to put/keep the big one... seems only a problem with the colored bitmaps... much bigger |
Using the updated Marlin/Marlin/src/lcd/dogm/dogm_Bootscreen.h Lines 46 to 52 in a8c361c
|
just #if ENABLED(TFT_COLOR_UI) is required so... maybe LVGL one too, later but i dont know this one yet. |
LVGL has it's own image for a bootscreen, so it's not affected by Marlin's bootscreen settings. |
TFT_SCALED_DOGLCD is already set by HAS_MARLINUI_U8GLIB was an "undef" on my local commit tpruvot@79543d0#diff-c7a3fa925098d81e51840820898b66e3d3e48f121a83e4d0b6c65e5ab4f2fba0R1156 |
You sure about that 🙂 I just tested my PR on an ET5 with a TFT35 and it works as expected. Leaving Commenting out |
yep, i could comment but in this case i need to uncomment on COLOR_UI switch :p |
there is another one bugging me on the switch, had to add that :
|
by simple switch i mean there in Marlin/Configuration.h
|
I'm sorry, but what does that have to do with this PR? Please undo custom changes to your fork & confirm that my PR fixes the bootscreen sizes without muddying the main issue. |
I've confirmed using a full graphics LCD as well as an emulated full graphics LCD (with |
to return on this PR topic... it was already small by default for TFT_CLASSIC_UI with the commit merged yesterday |
I have no idea what you're trying to point out. Please put in a separate PR to fix whatever issue you've found. |
Description
Quick follow-up so
TFT_CLASSIC_UI
(TFT_SCALED_DOGLCD
) is also included inBOOT_MARLIN_LOGO_SMALL
check.Benefits
The
BOOT_MARLIN_LOGO_SMALL
setting will now be honored whenTFT_CLASSIC_UI
is enabled. Simply comment it out to use the the old/large bootscreen.Just to confirm that everything works as expected, I tested it with the following:
REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
TFT_CLASSIC_UI
(TFT_SCALED_DOGLCD
)TFT_COLOR_UI
Related Issues
#20578 (comment)