mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
35 lines
920 B
C
Executable file
35 lines
920 B
C
Executable file
#define CENTER 0 //single item display
|
|
#define SPLIT 1 //two items
|
|
#define MERGE 2
|
|
#define FULL 3
|
|
|
|
void testdrawline();
|
|
void testdrawrect();
|
|
void testfillrect();
|
|
void testdrawcircle();
|
|
void testdrawroundrect();
|
|
void testfillroundrect();
|
|
void testdrawtriangle();
|
|
void testfilltriangle();
|
|
void testdrawchar();
|
|
void testscrolltext(char *str);
|
|
void display_texts();
|
|
void display_bitmap();
|
|
void display_invert_normal();
|
|
void testdrawbitmap(const unsigned char *bitmap, unsigned char w, unsigned char h);
|
|
void testdrawbitmap_eg();
|
|
void deeplyembedded_credits();
|
|
void testprintinfo();
|
|
void testinfo1();
|
|
void testinfo2();
|
|
void testdate(int mode, int y);
|
|
void testlanip(int mode, int y);
|
|
void testvpsip(int mode, int y);
|
|
void testcpufreq(int mode, int y);
|
|
void testcputemp(int mode, int y);
|
|
void testnetspeed(int mode, int y);
|
|
void testintfstatus(int mode, int y);
|
|
void testcpu(int y);
|
|
void display_bitmap_uploaddownload();
|
|
|
|
|