touchgfx::Bitmap::BitmapFormat is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Bitmap::BitmapFormat

touchgfx::Bitmap::BitmapFormat enum

@enum BitmapFormat Data of a bitmap can be stored in the following formats. Data of a bitmap can be stored in the following formats.

Syntax

enum BitmapFormat {     RGB565,        RGB888,        ARGB8888,      BW,            BW_RLE,        GRAY2,         GRAY4      };

Values

RGB565

No summary provided. Read more...

RGB888

No summary provided. Read more...

ARGB8888

No summary provided. Read more...

BW

No summary provided. Read more...

BW_RLE

No summary provided. Read more...

GRAY2

No summary provided. Read more...

GRAY4

No summary provided. Read more...

Type Use

Variables of touchgfx::Bitmap::BitmapFormat type
touchgfx::Bitmap::BitmapFormat