BIGTREETECH-TFT24-V1.1
BIGTREETECH-TFT24-V1.1 copied to clipboard
How do I configure Marlin LCD12864 emulation
I have a SKR PRO 1.1, and the TFT24-V1.1 board. I cannot figure out what settings I need in Marlin for this to work.
have updated to the latest firmware on the TFT24, but it just shows "LCD12864 Simulator"
What LCD should I enable in Marlin? Do I need any other settings?
Anybody There?
Push and hold the round button and other options will show up allowing you to switch to the touch screen interface.
Of course I know that part. What I am asking is as what type of LCD so I need to config this in Marlin, as setting it to Full Graphic does not work.
Get Outlook for Androidhttps://aka.ms/ghei36
From: defalkner [email protected] Sent: Saturday, September 14, 2019 9:15:51 AM To: bigtreetech/BIGTREETECH-TFT24-V1.1 [email protected] Cc: Tiaan Viljoen [email protected]; Author [email protected] Subject: Re: [bigtreetech/BIGTREETECH-TFT24-V1.1] How do I configure Marlin LCD12864 emulation (#6)
Push and hold the round button and other options will show up allowing you to switch to the touch screen interface.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bigtreetech/BIGTREETECH-TFT24-V1.1/issues/6?email_source=notifications&email_token=ABD4JJXTZU7ENUHDINAAADLQJSFSPA5CNFSM4ITJY7ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6WWGVI#issuecomment-531456853, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABD4JJS2GIUT7XUEAKYJLDLQJSFSPANCNFSM4ITJY7ZA.
I've just figure it out
Ypu need to uncomment line
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
https://pastebin.com/2GrL8gkF
What should I do with SKR-E3-DIP? If I choose REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER I get error message "Only CR10_STOCKDISPLAY supported for this board". If I choose CR10_STOCKDISPLAY - firmware build ok. But after flashing I see splashscreen once and then it hung. After reset it just shows "LCD12864 Simulator".
I find it! ENCODER_PULSES_PER_STEP by default was 3 in config example. It need to be changed to 4 and it work.
im trying to set up th skr mini e3 v1.2 on a printer i built with the same kind of set up as the anet a8, am i able o choose the anet a8 configuartion and then change the board the the skr mini e3 v1.2? and also i have the tft 24 v1.1, how do i configure it in marlin?
Push and hold the round button and other options will show up allowing you to switch to the touch screen interface.
Really appreciate this simple instruction! It worked! Thanks!