Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
I have found this topic on the bugs list and it is closed, but the problem still exists.
I have an i2c OLED display, with marlin 2.0 (2019-06-24) + SKR V1.3, i use hardware i2c from E1. When the board starts everything is OK, display works as it should, but after 40 sec or so, the display crashes.
Did someone had this problem? I used the display with ramps+mega and never had any issues? I use u8glib_SH1160. (also tried U8GLIB_SSD1306 same result).
My diy display: https://reprap.org/forum/read.php?13,499572,500608#msg-500608
Hello,
I have found this topic on the bugs list and it is closed, but the problem still exists.
I have an i2c OLED display, with marlin 2.0 (2019-06-24) + SKR V1.3, i use hardware i2c from E1. When the board starts everything is OK, display works as it should, but after 40 sec or so, the display crashes. Did someone had this problem? I used the display with ramps+mega and never had any issues? I use u8glib_SH1160. (also tried U8GLIB_SSD1306 same result). My diy display: https://reprap.org/forum/read.php?13,499572,500608#msg-500608
I have tried all the solutions on https://github.com/MarlinFirmware/Marlin/issues/13257 even with a 3.3V regulator. the problem remains. display artifacts after some time.