Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: graphic.h
- Revision:
- 0:2052f61477b1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/graphic.h Wed Jul 06 12:06:40 2011 +0000 @@ -0,0 +1,8 @@ +// Wy�wietlacz graficzny ze sterownikiem S6B0724 +// sterowanie w jezyku C od podstaw +// Plik : graphic.h +// Autor : Rados�aw Kwiecie� + +void GLCD_Rectangle(unsigned char x, unsigned char y, unsigned char b, unsigned char a , char color); +void GLCD_Circle(unsigned char cx, unsigned char cy ,unsigned char radius , char color); +void GLCD_Line(int X1, int Y1,int X2,int Y2 , char color);