Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
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
Functions
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
Enumerations
Enumerator
Files
File List
Globals
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
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ssd16xx.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Andreas Sandberg
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DISPLAY_SSD16XX_H_
8
#define ZEPHYR_INCLUDE_DISPLAY_SSD16XX_H_
9
10
#include <
zephyr/drivers/display.h
>
11
15
enum
ssd16xx_ram
{
20
SSD16XX_RAM_BLACK
= 0,
21
/* The red RAM buffer. This is typically the old frame buffer
22
* when performing partial refreshes or an additional color
23
* channel.
24
*/
25
SSD16XX_RAM_RED
,
26
};
27
41
int
ssd16xx_read_ram
(
const
struct
device
*dev,
enum
ssd16xx_ram
ram_type,
42
const
uint16_t
x,
const
uint16_t
y,
43
const
struct
display_buffer_descriptor
*desc,
44
void
*buf);
45
46
#endif
/* ZEPHYR_INCLUDE_DISPLAY_SSD16XX_H_ */
display.h
Public API for display drivers and applications.
ssd16xx_read_ram
int ssd16xx_read_ram(const struct device *dev, enum ssd16xx_ram ram_type, const uint16_t x, const uint16_t y, const struct display_buffer_descriptor *desc, void *buf)
Read data directly from the display controller's internal RAM.
ssd16xx_ram
ssd16xx_ram
SSD16xx RAM type for direct RAM access.
Definition:
ssd16xx.h:15
SSD16XX_RAM_RED
@ SSD16XX_RAM_RED
Definition:
ssd16xx.h:25
SSD16XX_RAM_BLACK
@ SSD16XX_RAM_BLACK
The black RAM buffer.
Definition:
ssd16xx.h:20
uint16_t
__UINT16_TYPE__ uint16_t
Definition:
stdint.h:89
device
Runtime device structure (in ROM) per driver instance.
Definition:
device.h:387
display_buffer_descriptor
Structure to describe display data buffer layout.
Definition:
display.h:119
zephyr
display
ssd16xx.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6