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.
graphic.h
- Committer:
- fblanc
- Date:
- 2011-07-06
- Revision:
- 0:2052f61477b1
File content as of revision 0:2052f61477b1:
// 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);