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.
Bitmap_struct Struct Reference
Describes an image. More...
#include <lcd_base.h>
Data Fields | |
| colordepth_t | Format |
| Color depth of the image. | |
| unsigned short | Width |
| Width of the image in pixels. | |
| unsigned short | Height |
| Height of the image in pixels. | |
| const void * | PixelData |
| Image pixel data. | |
Detailed Description
Describes an image.
Definition at line 151 of file lcd_base.h.
Field Documentation
Color depth of the image.
Definition at line 153 of file lcd_base.h.
| unsigned short Height |
Height of the image in pixels.
Definition at line 155 of file lcd_base.h.
| const void* PixelData |
Image pixel data.
Definition at line 156 of file lcd_base.h.
| unsigned short Width |
Width of the image in pixels.
Definition at line 154 of file lcd_base.h.
Generated on Wed Jul 13 2022 15:38:41 by
1.7.2