No tags
Opens the mbed Compiler, and prompts you to choose a program.
When you have imported this library into a program, you can then use the features provided by this library.
Download this library as a .zip file.
漢字フォントは、ローカルファイルにFONTX2のファイルを保管しておきます。 void s_Lcdinit(); void color(int rgb); void pixel(int x0,int y0); void box(int x0,int y0,int x1,int y1,int paint); void line(int x0,int y0,int x1,int y1); void circle(int x0,int y0,int r,int paint); void lcdputs(char data[98],int x0,int y0); void lcdput(unsigned char data,int x0,int y0); void lcdspeed(); void cls();
void kanji_init(); void k_puts(int cr); void kanji_end();