HTCC-AB02 DEPG0154BxS800FxX_BW

Hi, I try to use AB02 connected with eink 1.54 but doesn’t work, help pls

pin assignment as
VCC = 3.3V
GND = GND
SDI = GPIO1
SCLK = GPIO3
CS = GPIO5
D/C= GPIO6
Reset = GPIO7
Busy = GPIO4

code changed
CubeCell_Board to CubeCell_BoardPlus
SPI_NUM_0 to SPI_NUM_1

/*
DEPG0150BxS810FxX_BW is a 1.54 inch black and white screen
Display Resolution 200(H)×200(V)
*/
#include “DEPG0154BxS800FxX_BW.h”
#include “picture.h”
#include “e_ink_display.h”

#define UNDEFINED -1
#ifdef CubeCell_BoardPlus //AB01 //AB02
#define FREQUENCY 2000000

DEPG0154BxS800FxX_BW epd154bw(GPIO7, GPIO6, GPIO5, GPIO4, UNDEFINED, SPI_NUM_1, FREQUENCY);//reset_pin, dc_pin, cs_pin, busy_pin, clk_pin, spi_num, frequency