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
00001 // Wy�wietlacz graficzny ze sterownikiem S6B0724 00002 // sterowanie w jezyku C od podstaw 00003 // Plik : graphic.h 00004 // Autor : Rados�aw Kwiecie� 00005 00006 void GLCD_Rectangle(unsigned char x, unsigned char y, unsigned char b, unsigned char a , char color); 00007 void GLCD_Circle(unsigned char cx, unsigned char cy ,unsigned char radius , char color); 00008 void GLCD_Line(int X1, int Y1,int X2,int Y2 , char color);
Generated on Wed Jul 27 2022 06:12:51 by
 1.7.2