mcufriend 2.4 TFT LCD Shield Lib

Dependents:   Nucleo_LCD_mcufriend_test

Fork of 24_TFT_STMNUCLEO by Carlos Silva

Embed: (wiki syntax)

« Back to documentation index

Bitmap_struct Struct Reference

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.