A modifiedversion of TFTLCD by Todor Todorov with ultra-fast operation for SSD1289 controller. TODO: speed-up fonts, add my own fonts Can work out-of-the-box with ST Nucleo F401RE

Dependents:   TFT_320QVT_Window_Drag_Demo TFT_320QVT_HelloWorld

Fork of TFTLCD by Todor Todorov

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.