Hi.
I have an Artillery X1with an SKR2 and a fitsec 1.2 lcd.
I was using this setup with Marlin with no issues but I migrated to Klipper and the screen won’t work.
I filled my printer.cfg with the settings for the SKR2 and the fytsec but the display just shine.Nothing appears in it.
[board_pins]
aliases:
# EXP1 header
EXP1_1=PC5, EXP1_3=PB1, EXP1_5=PE10, EXP1_7=PE12, EXP1_9=,
EXP1_2=PB0, EXP1_4=PE9, EXP1_6=PE11, EXP1_8=PE13, EXP1_10=<5V>,
# EXP2 header
EXP2_1=PA6, EXP2_3=PE7, EXP2_5=PB2, EXP2_7=PC4, EXP2_9=,
EXP2_2=PA5, EXP2_4=PA4, EXP2_6=PA7, EXP2_8=, EXP2_10=
######################################################################
Fysetc Mini 12864Panel v2.1 (with neopixel backlight leds)
######################################################################
[display]
lcd_type: uc1701
cs_pin: EXP1_3
a0_pin: EXP1_4
rst_pin: EXP1_5
contrast: 60
encoder_pins: ^EXP2_5, ^EXP2_3
click_pin: ^!EXP1_2
I’ve tryed with other disply (from my old Ender3) and set this in printer.cfg,
[display]
lcd_type: st7920
cs_pin: EXP1_7
sclk_pin: EXP1_6
sid_pin: EXP1_8
encoder_pins: ^EXP1_5, ^EXP1_3
click_pin: ^!EXP1_2
and the result it’s the same. Screen shine but no items on it
I ended thinking it’s a skr2 issue (physical) but I’ve reinstalled Marlin and it works fine.
Anybody has any idea what’s happening? I’m fighting with this for 3 days now