Landtiger LPC1768 C BigLib
1
A self made, custom C library for the LandTiger board.
Loading...
Searching...
No Matches
glcd_lowlevel.h
Go to the documentation of this file.
1
#ifndef __GLCD_LL_H
2
#define __GLCD_LL_H
3
4
#include "
types.h
"
5
6
// This code handles the low-level operations of the GLCD. It's
7
// private to the GLCD library and should not be used by the user.
8
9
void
__LCD_LL_Init
(
u16
orientation);
10
11
u16
__LCD_LL_GetPointColor
(
u16
x,
u16
y);
12
13
void
__LCD_LL_SetPointColor
(
u16
rgb565,
u16
x,
u16
y);
14
15
void
__LCD_LL_FillScreen
(
u16
color);
16
17
#endif
__LCD_LL_FillScreen
void __LCD_LL_FillScreen(u16 color)
Definition
glcd_lowlevel.c:374
__LCD_LL_Init
void __LCD_LL_Init(u16 orientation)
Definition
glcd_lowlevel.c:228
__LCD_LL_GetPointColor
u16 __LCD_LL_GetPointColor(u16 x, u16 y)
Definition
glcd_lowlevel.c:334
__LCD_LL_SetPointColor
void __LCD_LL_SetPointColor(u16 rgb565, u16 x, u16 y)
Definition
glcd_lowlevel.c:368
types.h
u16
uint16_t u16
Definition
types.h:7
Keil
Source
Lib
Peripherals
GLCD
LowLevel
glcd_lowlevel.h
Generated by
1.9.8