Foundation classes for a basic GUI implementing simple widgets and events. (Fork for custom changes.)
Fork of SimpleGUI by
resources/BlueButtonRight_50x64_bmp.h@14:e6515b19f5a0, 2016-05-21 (annotated)
- Committer:
- duncanFrance
- Date:
- Sat May 21 16:36:02 2016 +0000
- Revision:
- 14:e6515b19f5a0
- Parent:
- 13:6714534e7974
Added OKCancelDialog
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
duncanFrance | 14:e6515b19f5a0 | 1 | #ifndef SIMPLEGUI_BLUEBUTTON_RIGHT_H |
duncanFrance | 14:e6515b19f5a0 | 2 | #define SIMPLEGUI_BLUEBUTTON_RIGHT_H |
duncanFrance | 14:e6515b19f5a0 | 3 | |
duncanFrance | 14:e6515b19f5a0 | 4 | extern unsigned char const BlueButtonRight_50x64_bmp[]; |
duncanFrance | 14:e6515b19f5a0 | 5 | |
duncanFrance | 14:e6515b19f5a0 | 6 | #endif |