Display 204a to Stm7920 Wiring Problem. Can Help me ?

NEW LCD

https://www.aliexpress.com/item/1420941126.html?spm=a2g0s.9042311.0.0.27424c4dv7OCao

OLD LCD

Hello I would like to exchange my printer's display.

It was a Displaytech 204 installed

Now I heard a Stm7920 obstruct.

I do not know the pin assignment exactly can someone control how it has to be connected and the pins from the firmware

can someone help me, i would like to connect it like picture 3 does that work at all?

Do I need extra resistance? Three Risistors on my LCD

What I find strange that on the lcd board with 3 resistors on the left side? are not there
see Picture stm7920

#define U8GLIB_ST7920
5 = U8G supported display

#elif MOTHERBOARD

#if FEATURE_CONTROLLER == CONTROLLER
#define UI_HAS_KEYS 1
#define UI_HAS_BACK_KEY 0
#define UI_DISPLAY_TYPE DISPLAY_4BIT
#define UI_DISPLAY_CHARSET 1
#define UI_COLS 20
#define UI_ROWS 4
#define UI_ENCODER_SPEED 2
#undef BEEPER_TYPE
#define BEEPER_TYPE 0
#undef BEEPER_PIN
#define BEEPER_PIN -1
#define UI_DISPLAY_RS_PIN 16 /CS _Pin
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 17 / SID_PIN
#define UI_DISPLAY_D0_PIN -1
#define UI_DISPLAY_D1_PIN -1
#define UI_DISPLAY_D2_PIN -1
#define UI_DISPLAY_D3_PIN -1
#define UI_DISPLAY_D4_PIN 23 //SCLK_Pin
#define UI_DISPLAY_D5_PIN 25
#define UI_DISPLAY_D6_PIN 27
#define UI_DISPLAY_D7_PIN 29
#define UI_ENCODER_A 35
#define UI_ENCODER_B 37
#define UI_ENCODER_CLICK 31
#define UI_DELAYPERCHAR 50

Yo