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 TFTLCD by
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 149 of file lcd_base.h.
Field Documentation
Color depth of the image.
Definition at line 151 of file lcd_base.h.
unsigned short Height |
Height of the image in pixels.
Definition at line 153 of file lcd_base.h.
const void* PixelData |
Image pixel data.
Definition at line 154 of file lcd_base.h.
unsigned short Width |
Width of the image in pixels.
Definition at line 152 of file lcd_base.h.
Generated on Tue Jul 12 2022 18:43:03 by
