Just flashed my Ender 5 Plus with the TH3D firmware so I could add an 12864... started a print and then a few minutes later I notice this on the LCD!
How would I fix this?
Just flashed my Ender 5 Plus with the TH3D firmware so I could add an 12864... started a print and then a few minutes later I notice this on the LCD!
How would I fix this?
There seems to be an issue with these cheap controllers with the timing.
With reference to the next reported issues:
https://github.com/MarlinFirmware/Marlin/issues/5703 https://github.com/MarlinFirmware/Marlin/issues/5720
Add these 3 lines after the #define ENDER5_PLUS
in the firmware files:
#define ST7920_DELAY_1 DELAY_NS(250)
#define ST7920_DELAY_2 DELAY_NS(250)
#define ST7920_DELAY_3 DELAY_NS(250)