Search Code
About AD128160

First published 02 Oct 2011, with 7 revisions since.
Last update: 23 Nov 2011.
View history

Last change message: 漢字 画像表示を追加

» Import this library into a program

AD128160

Published 23 Oct 2011, by   user Gingax x   tag No tags

You are viewing an out of date revision of AD128160! View latest revision

Summary of AD128160

How to get this library

Import this library into a program

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 as .zip

Download this library as a .zip file.

Description

漢字フォントは、ローカルファイルに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();

Code

s_Lcd.cpp [code]
s_Lcd.h [code]