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 RA8875 by
Diff: RA8875.h
- Revision:
- 108:7415c405ee08
- Parent:
- 107:f9ccffcb84f1
- Child:
- 110:39f22e0c8de4
--- a/RA8875.h Sat Mar 05 16:20:11 2016 +0000 +++ b/RA8875.h Mon Mar 14 02:20:40 2016 +0000 @@ -1983,7 +1983,7 @@ template <class T> void AttachPrintHandler(T *object, RetCode_t (T::*method)(void)) { obj_callback = (FPointerDummy *)object; - method_callback = (uint32_t (FPointerDummy::*)(uint32_t))method; + method_callback = (uint32_t (FPointerDummy::*)(uint32_t, uint8_t *, uint16_t))method; } /// This method captures the specified area as a 24-bit bitmap file,