From 661462d1dca4fdb6a6d6ff9f1ce7c5400bc4cd16 Mon Sep 17 00:00:00 2001 From: Snow <60069529+julesghpeeters@users.noreply.github.com> Date: Mon, 12 Oct 2020 21:48:44 +0200 Subject: [PATCH] Update Readme.md (#161) Fix for the display to work with klipper --- printer_mods/madros/V0_skirt_OLED/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/printer_mods/madros/V0_skirt_OLED/Readme.md b/printer_mods/madros/V0_skirt_OLED/Readme.md index 7964532d5..110baed8d 100644 --- a/printer_mods/madros/V0_skirt_OLED/Readme.md +++ b/printer_mods/madros/V0_skirt_OLED/Readme.md @@ -32,4 +32,6 @@ For SKR mini E3 v1.2 insert in your Klipper config: ``` [display] lcd_type: ssd1306 +#If your display is not working uncomment the line below, it will define the SKR as i2c controller of the screen +#i2c_mcu = mcu ```