Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
LCD_Image Struct Reference

#include <glcd_types.h>

Public Attributes

const u32pixels
 
u16 width
 
u16 height
 
bool has_alpha: 1
 

Detailed Description

Definition at line 117 of file glcd_types.h.

Member Data Documentation

◆ has_alpha

bool LCD_Image::has_alpha

Definition at line 121 of file glcd_types.h.

◆ height

u16 LCD_Image::height

Definition at line 120 of file glcd_types.h.

◆ pixels

const u32* LCD_Image::pixels

Definition at line 119 of file glcd_types.h.

◆ width

u16 LCD_Image::width

Definition at line 120 of file glcd_types.h.


The documentation for this struct was generated from the following file: