RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bsps
arm
atsam
contrib
libraries
libboard
include
Functions
frame_buffer.h File Reference
Go to the source code of this file.
Functions
void
FB_SetFrameBuffer
(LcdColor_t *pBuffer, uint8_t ucWidth, uint8_t ucHeight)
void
FB_SetColor
(uint32_t color)
uint32_t
FB_DrawLine
(uint32_t dwX1, uint32_t dwY1, uint32_t dwX2, uint32_t dwY2)
uint32_t
FB_DrawPixel
(uint32_t x, uint32_t y)
uint32_t
FB_DrawCircle
(uint32_t x, uint32_t y, uint32_t r)
uint32_t
FB_DrawFilledCircle
(uint32_t dwX, uint32_t dwY, uint32_t dwRadius)
uint32_t
FB_DrawRectangle
(uint32_t dwX1, uint32_t dwY1, uint32_t dwX2, uint32_t dwY2)
uint32_t
FB_DrawFilledRectangle
(uint32_t dwX1, uint32_t dwY1, uint32_t dwX2, uint32_t dwY2)
uint32_t
FB_DrawPicture
(uint32_t dwX1, uint32_t dwY1, uint32_t dwX2, uint32_t dwY2, const void *pBuffer)
Detailed Description
Interface of frame buffer driver.
Generated by
1.8.15