How to use HPDL1414_74HC595_H library?

i'm sorry to interrupting this conversation.
How to use HPDL1414_74HC595_H library?

the coding is something like this,please teach me if this wrong

#include "HPDL1414_74HC595.h"

HPDL display;
#define LATCH 11
#define CLOCK 12
#define DATA 13
void setup() {
pinMode(LATCH,OUTPUT);
pinMode(CLOCK,OUTPUT);
pinMode(DATA,OUTPUT);
display.init();
display.print(0,"12345");
}

void loop() {
}

Split from another topic

i'm sorry to interrupting this conversation.

Why did you hijack the topic instead of starting a new one ? From what you said you obviously know that it is not good manners

Did you test your circuit with the example sketches included with the library?

I do not think #define for CLOCK, DATA, LATCH in your sketch will work. You may have to change the definitions in the file HPDL1414_74HC595.h.

@zainimechanical

Other post/duplicate DELETED
Please do NOT cross post / duplicate as it wastes peoples time and efforts to have more than one post for a single topic.

Continued cross posting could result in a time out from the forum.

Could you also take a few moments to Learn How To Use The Forum.

Other general help and troubleshooting advice can be found here.
It will help you get the best out of the forum in the future.