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.
Dependents: Bicycl_Computer_NUCLEO-F411RE Bicycl_Computer_NUCLEO-L476RG
Fork of UniGraphic by
Diff: Inits/SEPS225.h
- Revision:
- 24:1a2ebae1d289
- Parent:
- 23:d0eb35bbd2f3
- Child:
- 25:daacdcf34e52
diff -r d0eb35bbd2f3 -r 1a2ebae1d289 Inits/SEPS225.h
--- a/Inits/SEPS225.h Thu Jun 18 02:25:31 2015 +0000
+++ b/Inits/SEPS225.h Mon Jun 22 02:21:06 2015 +0000
@@ -61,6 +61,7 @@
virtual void pixel(int x, int y, unsigned short color);
virtual void window(int x, int y, int w, int h);
+ virtual void rect(int x0, int y0, int x1, int y1, unsigned short color) ;
virtual void cls(void) ; // virtual
virtual unsigned short pixelread(int x, int y);
virtual void window4read(int x, int y, int w, int h);
