repetier / Repetier-Firmware

Firmware for Arduino based RepRap 3D printer.
815 stars 734 forks source link

Fix SKR Mini - BTT TFT Simulation mode display #1021

Closed AbsoluteCatalyst closed 4 years ago

AbsoluteCatalyst commented 4 years ago

Figured out why I couldn't get the little simulation mode to render. BTT's TFT appears to only accept an active low clock signal. Changed the SPI mode only for STM32F1's inside u8g2's st7920 display info.

repetier commented 4 years ago

The st7920 is in deed very picky on timings. Took me a while to get timings that worked with the due.

AbsoluteCatalyst commented 4 years ago

Definitely. Hopefully the timings needed are all the same across other users with it.