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

#include <glcd_types.h>

Public Attributes

u16 width
 
u16 height
 
LCD_Color edge_color
 
LCD_Color fill_color
 

Detailed Description

Definition at line 104 of file glcd_types.h.

Member Data Documentation

◆ edge_color

LCD_Color LCD_Rect::edge_color

Definition at line 107 of file glcd_types.h.

◆ fill_color

LCD_Color LCD_Rect::fill_color

Definition at line 107 of file glcd_types.h.

◆ height

u16 LCD_Rect::height

Definition at line 106 of file glcd_types.h.

◆ width

u16 LCD_Rect::width

Definition at line 106 of file glcd_types.h.


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