Close

Making Headers

A project log for Library files of LPC2148 for HUB75 Based RGB Panel

Library files of LPC2148 for driving graphics in HUB75 based RGB LED panels

palpoulamipalpoulami 11/28/2017 at 18:370 Comments

Following functions were created:

void activatepanel(void);
void initClocks(void);
void initTimer0(void); 
void setupPLL0(void); 
void feedSeq(void); 
void connectPLL0(void);
void GPIO_Init_FAST(void);
void timerSettings(void);
void initializepanel(void);
void latch(int);
void setbitplane(int,int,int,int,int);
void drawpixelinit(void);
void drawpixel(int,int,int,int,int);
void drawverline(int,int,int,int,int,int);
void drawhorline(int,int,int,int,int,int);
void drawrect(int,int,int,int,int,int,int);

Discussions