jutochoppa
jutochoppa
> the lcd pin out matches what is in https://github.com/ZONESTAR3D/source-code-for-3d-printer/blob/main/Marlin/src/pins/stm32f1/pins_ZM3E2_V1_0.h So its probably not a simple pins issue > > Please confirm this is your motherboard https://ae01.alicdn.com/kf/Sba938ab4ed7f451b9c5613b1295cc3d5F/New-Arrival-32-bits-All-In-One-3D-Printer-Laser-engraving-Control-Board-5-Stepping-Motor.jpg_.webp > > The...
Just to note, I've tried marlinfirmware/[email protected]. 5 to version 0.5.4
I have updated the HAL_LCD_class_defines.h to include the updated functions ``` #ifdef U8GLIB_SH1106 //Fixed extern u8g_dev_t u8g_dev_sh1106_128x64_HAL_sw_spi; class U8GLIB_SH1106_128X64_SW_SPI_HAL : public U8GLIB { public: U8GLIB_SH1106_128X64_SW_SPI_HAL() : U8GLIB() { } U8GLIB_SH1106_128X64_SW_SPI_HAL(pin_t...
> This 'fix' as is would break all other i2c SH1106 displays on any stm32 controllers so it needs to be made to play nice for everyone Sorry. I'm a...
in the git directory: pip install -e .