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

#include <glcd_types.h>

Public Attributes

LCD_Coordinate center
 
u16 radius
 
LCD_Color edge_color
 
LCD_Color fill_color
 

Detailed Description

Definition at line 110 of file glcd_types.h.

Member Data Documentation

◆ center

LCD_Coordinate LCD_Circle::center

Definition at line 112 of file glcd_types.h.

◆ edge_color

LCD_Color LCD_Circle::edge_color

Definition at line 114 of file glcd_types.h.

◆ fill_color

LCD_Color LCD_Circle::fill_color

Definition at line 114 of file glcd_types.h.

◆ radius

u16 LCD_Circle::radius

Definition at line 113 of file glcd_types.h.


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