Code to run the cheap 2.4" TFT made by mcufriend.com on the STM nucleo. No modifications required, this plugs into the arduino header.

Dependents:   ST7735_V2_STM32F407

Fork of TFTLCD_8bit by Thiha Electronics

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.