bigtreetech / SKR-2

192 stars 179 forks source link

LCD doesn't work #11

Open schvvalbe opened 3 years ago

schvvalbe commented 3 years ago

Use the provided marlin version from BTT github repository and compiled errorfree in visual studio. But when connecting (usb)power showing this (picture). With other wotherboard this lcd works correctly Any idee whats going wrong Oo4xTeV49F4 Configuration.zip

b-desconocido commented 3 years ago

Under #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER I added these defines #define ST7920_DELAY_1 DELAY_NS(0) #define ST7920_DELAY_2 DELAY_NS(900) #define ST7920_DELAY_3 DELAY_NS(0)

I have no clues what these delays are and how exactly they works, but increasing the second one up to 900 solved my issues

Github-Anni commented 3 years ago

had same issue. switched to Marlin 2.0.8 and fixed it

brotherchris commented 3 years ago

I'm having the same type of issue. The LCD works, but nothing on EXP2 works. Not sure what's going on. I have tired 2.0.8, the BTT version and 2.0.9.1, all the same. Same code, my SKR 1.3 works fine. Seems like it has to be a bad pin assignment.

Github-Anni commented 3 years ago

BTT TFT to BTT Mainboards 2021-May.pdf Try the correct setting as explained in the attached PDF

brotherchris commented 3 years ago

I am using those settings. I have multiple SKR2 boards. It's very strange. The screen works fine on the SKE REVA board, but doesn't in the REVB boards.