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.
Dependencies: mbed
Diff: N5110/N5110.h
- Revision:
- 133:eed60548d170
- Parent:
- 128:a3f581b8461c
diff -r 3021192deea0 -r eed60548d170 N5110/N5110.h
--- a/N5110/N5110.h Mon May 06 14:35:54 2019 +0000
+++ b/N5110/N5110.h Wed May 08 18:54:03 2019 +0000
@@ -387,6 +387,12 @@
unsigned int const width,
unsigned int const height,
FillType const fill);
+
+ void drawSprite(int x0,
+ int y0,
+ int nrows,
+ int ncols,
+ int *sprite);
private:
// methods