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.
Fork of SD600A by
Diff: SD600A.h
- Revision:
- 27:6667543f3b28
- Parent:
- 26:98163818a82e
- Child:
- 29:0200c63e1158
diff -r 98163818a82e -r 6667543f3b28 SD600A.h --- a/SD600A.h Sat Oct 13 04:49:47 2012 +0000 +++ b/SD600A.h Thu Apr 11 22:15:45 2013 +0000 @@ -25,6 +25,7 @@ virtual void show(void); virtual void blank(void); virtual void setPixelColor(uint16_t n, uint8_t r, uint8_t g, uint8_t b); + virtual void setPackedPixels(uint8_t * buffer, uint32_t n); virtual void setPixelB(uint16_t n, uint8_t b); virtual void setPixelG(uint16_t n, uint8_t g); virtual void setPixelR(uint16_t n, uint8_t r);