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: BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG mbed
Smiley.h
- Committer:
- MoussOudj
- Date:
- 2018-06-21
- Revision:
- 0:3cfe1338ab3d
- Child:
- 1:724f5e3b485a
File content as of revision 0:3cfe1338ab3d:
/*******************************************************************************
* image
* filename: unsaved
* name: stop
*
* preset name: Color A8R8G8B8
* data block size: 8 bit(s), uint8_t
* RLE compression enabled: no
* conversion type: Color, not_used not_used
* bits per pixel: 24
*
* preprocess:
* main scan direction: left_to_right
* line scan direction: forward
* inverse: no
*******************************************************************************/
/*
typedef struct {
const uint8_t *data;
uint16_t width;
uint16_t height;
uint8_t dataSize;
} tImage;
*/
#include <stdint.h>
__ALIGN_BEGIN const unsigned char test[] __ALIGN_END ={
0x41,0x59,0x56,0x41,0x57,0x54,0x40,0x4E,0x4B,0x42,0x51,0x50,0x41,0x58,0x55,0x44,
0x5F,0x51,0x41,0x59,0x4D,0x44,0x5E,0x58,0x42,0x62,0x5B,0x42,0x63,0x58,0x43,0x62,
0x57,0x41,0x5A,0x54,0x42,0x57,0x52,0x43,0x59,0x53,0x45,0x5E,0x55,0x43,0x60,0x55,
0x3B,0x58,0x4D,0x3A,0x59,0x4B,0x32,0x48,0x3B,0x28,0x38,0x31,0x34,0x4C,0x45,0x3F,
0x5C,0x50,0x3F,0x65,0x56,0x3F,0x6F,0x5F,0x3E,0x69,0x58,0x3A,0x5C,0x50,0x3D,0x5C,
0x53,0x42,0x5E,0x58,0x45,0x60,0x56,0x42,0x60,0x55,0x44,0x66,0x5B,0x42,0x6A,0x5A,
0x3B,0x5F,0x4F,0x3A,0x53,0x49,0x34,0x46,0x3D,0x39,0x4E,0x45,0x39,0x5A,0x4F,0x41,
0x67,0x5A,0x4B,0x6B,0x62,0x4A,0x66,0x5C,0x46,0x62,0x58,0x40,0x5A,0x50,0x3E,0x57,
0x4D,0x42,0x5E,0x55,0x46,0x63,0x5A,0x46,0x65,0x5D,0x49,0x6A,0x63,0x49,0x66,0x62,
0x48,0x61,0x5B,0x49,0x5F,0x57,0x42,0x55,0x51,0x46,0x5C,0x56,0x44,0x5B,0x56,0x3F,
0x56,0x53,0x41,0x5A,0x55,0x40,0x5F,0x59,0x42,0x64,0x5C,0x43,0x62,0x59,0x40,0x5C,
};