Designed and open-sourced by Timmit99, the SKR Mini E3 v1.2, v2 or v3 Screen adaptor allows you to connect a two ribbon display such as Mini 12864 OLED RGB display to your mother single display output.
Recommend for voron v0.1 with trident skirts or voron switchwire.
This item is fully soldered and in ready condition to be used.
For SKR mini e3 v2 please use this klipper config:
[display] lcd_type: uc1701 cs_pin: PB8 a0_pin: PB15 rst_pin: PB9 encoder_pins: ^PA9,^PA10 click_pin: ^!PB5 contrast: 63 spi_software_sclk_pin: PA5 spi_software_mosi_pin: PA7 spi_software_miso_pin: PA6 [neopixel fysetc_mini12864] # To control Neopixel RGB in mini12864 display pin: PA15 chain_count: 3 initial_RED: 0.4 initial_GREEN: 0.2 initial_BLUE: 0.0 color_order: RGB
For SKR mini e3 v1.2 please use this klipper config:
# skr mini e3 v1.2 screen adaptor by timbot99 [display] lcd_type: uc1701 cs_pin: PB8 a0_pin: PB7 rst_pin: PB9 encoder_pins: ^PA9,^PA10 click_pin: ^!PB5 contrast: 63 spi_software_sclk_pin: PA5 spi_software_mosi_pin: PA7 spi_software_miso_pin: PA6 [neopixel fysetc_mini12864] # To control Neopixel RGB in mini12864 display pin: PB6 chain_count: 3 initial_RED: 0.4 initial_GREEN: 0.2 initial_BLUE: 0.0 color_order: RGB
For SKR mini e3 v3Â please use this klipper config:
[display] lcd_type: uc1701 cs_pin: PB8 a0_pin: PD6 rst_pin: PB9 encoder_pins: ^PA9,^PA10 click_pin: ^!PB5 contrast: 63 spi_software_sclk_pin: PA5 spi_software_mosi_pin: PA7 spi_software_miso_pin: PA6 [neopixel SKR_screen] pin: PA15 chain_count: 3 initial_RED: 0.4 initial_GREEN: 0.05 initial_BLUE: 0.0 color_order: RGB
For BTT display you don’t need to do absolutely nothing.
For fysetc display you need to reverse the ribbon cable 180º such as this:
Source: https://docs.vorondesign.com/build/electrical/mini12864_klipper_guide.html
Example of a macro with the RGB Lights
[delayed_gcode welcome] initial_duration: .1 gcode: SET_LED LED=SKR_screen RED=0.5 GREEN=0.0 BLUE=0.0 TRANSMIT=0 SET_LED LED=SKR_screen RED=0.0 GREEN=0.0 BLUE=0.5 INDEX=1 TRANSMIT=1
If the neopixels doesn’t light up and you are 100% sure you have EXP1 connected to EXP1, try flipping the connector.
If you are going to use a chamber thermistor (3rd thermistor) don’t forget that this board only has 2 default input for thermistor and a 3rd input hidden in the display output that is now busy with a proper display. You are going to loose the ability to connect this 3rd thermistor to the display output. We recommend you to buy from our store the thermistor expander that connect to the TFT output. Final result of both thermistor expand + screen adaptor would be like this:
Author and info: https://github.com/VoronDesign/Voron-Hardware/tree/master/SKR-Mini_Screen_Adaptor
Not sure what display you need to buy?
Printer has the SKR MINI E3 V1.2 or V2 or V3 or any other board with a single EXP 10 ribbon cable connector | Printer has an SKR PICO or any other board with NO EXP 10 ribbon cable connector | Printer has a OCTOPUS or MANTA Board or any other board with 2x EXP 10 ribbon cable connector | |
Can I use a 12864 display? | Yes. You can use a 12864 RGB display with the SKR Adpator for v1.2 / v2 or v3. | No | Yes. You can use a 12864 RGB display directly and don’t need anything else. |
Is there a display that works directy with this board with no hassle? | Yes. The Hartk Simple display | Yes. Our new V0.2 RP2040 Display can be connect to the RPI by a USB-C cable or header cable. | Yes. You can use a 12864 RGB display directly and don’t need anything else. |