makerbase-mks / MKS-Robin-E3-E3D

MKS Robin E3 E3D 32Bit Control Board 3D Printer parts with tmc2209 Uart mode driver For Creality Ender 3 CR-10
https://www.aliexpress.com/item/4000781744682.html
GNU General Public License v3.0
118 stars 97 forks source link

MKS robin E3D use MKS OLED no working #93

Closed Hoshino-itsuki closed 3 years ago

Hoshino-itsuki commented 3 years ago

Use MKS robin e3d motherboard, connect MKS OLED0.96 display, but no working and i has add pin define to pins_MKS_ROBIN_E3_common file

  #if ENABLED(MKS_12864OLED_SSD1306)
        #define LCD_PINS_DC          PA7  // Set as output on init
        #define LCD_PINS_RS          PC4  // Pull low for 1s to init
        #define DOGLCD_A0            LCD_PINS_DC
        #define DOGLCD_CS            PA5
        #define DOGLCD_MOSI          PA4
        #define DOGLCD_SCK           PA6
  #endif

Config.and.pin.zip

Use RAMPS1.4 motherboard and MKS OLED0.96 will working I am run offical marlin bug-fix 2.0.x version

mks-viva commented 3 years ago

May be i need test it

mks-viva commented 3 years ago

Marlin have not support SPI oled on STM32, so, i suggest you to consider using MKS MINI12864 V3. I will close this issues.