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: TouchScreenGUIDemo
resources/RedCross_64x64_bmp.h@18:d849f3ada858, 2016-05-28 (annotated)
- Committer:
- duncanFrance
- Date:
- Sat May 28 14:50:14 2016 +0000
- Revision:
- 18:d849f3ada858
- Parent:
- 14:e6515b19f5a0
Moved the event queue into the EventDispatcher; Improved event handling across Window/Widget
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
duncanFrance | 13:6714534e7974 | 1 | #ifndef SIMPLEGUI_RED_CROSS_H |
duncanFrance | 13:6714534e7974 | 2 | #define SIMPLEGUI_RED_CROSS_H |
duncanFrance | 13:6714534e7974 | 3 | |
duncanFrance | 14:e6515b19f5a0 | 4 | extern unsigned char const RedCross_64x64_bmp[]; |
duncanFrance | 14:e6515b19f5a0 | 5 | |
duncanFrance | 13:6714534e7974 | 6 | #endif |