separate static and non static function, disable unused functions
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
|
||||
void oledInit(void);
|
||||
|
||||
/*
|
||||
* Will be used only internal
|
||||
void oled_CLS(void);
|
||||
void oled_Set_Pos(unsigned char x,unsigned char y);//Set the coordinate
|
||||
void oled_WrDat(unsigned char data); //Write Data
|
||||
@ -26,12 +28,10 @@ void oled_P8x16Str(unsigned char x,unsigned char y,char ch[]);
|
||||
|
||||
void oled_PrintBMP(unsigned char x0,unsigned char y0,unsigned char x1,unsigned char y1,unsigned char bmp[]);
|
||||
void oled_Fill(unsigned char dat);
|
||||
//void oled_PrintValueC(unsigned char x, unsigned char y,char data);
|
||||
//void oled_PrintValueI(unsigned char x, unsigned char y, int data);
|
||||
//void oled_PrintValueF(unsigned char x, unsigned char y, float data, unsigned char num);
|
||||
void oled_PrintEdge(void);
|
||||
void oled_Cursor(unsigned char cursor_column, unsigned char cursor_row);
|
||||
void oled_PrintLine(void);
|
||||
*/
|
||||
|
||||
void oledClear();
|
||||
void oledPrint(char msg[]);
|
||||
|
Reference in New Issue
Block a user