rhapsodyv / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://marlinfw.org
GNU General Public License v3.0
82 stars 428 forks source link

Tronxy XY 2 PRO TFT_LVGL_UI not booting #20

Open kurtisane opened 3 years ago

kurtisane commented 3 years ago

Hi, I build the project with

define XY2_V6_255_TITAN_TMC 1

define TFT_LVGL_UI

This does not boot up. It seems to flash correct (couple beeps while flashing). But then it powercycles.

Any ideas why ?

nickgal commented 3 years ago

Did you copy the assets folder to the SD card as well?

https://github.com/rhapsodyv/Marlin/blob/38ea7b62f9b38a61364b26b59fa78009f6e4f014/Marlin/Configuration.h#L2854-L2855

richardmaltais commented 3 years ago

@kurtisane I had the same issue but after reading this comment from @nickgal , realized I didn't. Pretty sure it'll solve the issue for you as well.