Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
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
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
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
Typedefs
Enumerator
Related Symbols
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
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
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
k
l
m
n
p
q
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
q
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
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
st7735_internal.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018 Koen Zandberg
3
* 2023 Gunar Schorcht
4
*
5
* This file is subject to the terms and conditions of the GNU Lesser
6
* General Public License v2.1. See the file LICENSE in the top level
7
* directory for more details.
8
*/
9
23
#ifndef ST7735_INTERNAL_H
24
#define ST7735_INTERNAL_H
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
#include "
st77xx_internal.h
"
31
38
#define LCD_CMD_INVCTR 0xb4
39
#define LCD_CMD_PWCTRL3 0xc2
40
#define LCD_CMD_PWCTRL4 0xc3
41
#define LCD_CMD_PWCTRL5 0xc4
42
#define LCD_CMD_PWCTRL6 0xfc
48
int
st7735_init
(
lcd_t
*dev,
const
lcd_params_t
*params);
49
50
#ifdef __cplusplus
51
}
52
#endif
53
54
#endif
/* ST7735_INTERNAL_H */
st7735_init
int st7735_init(lcd_t *dev, const lcd_params_t *params)
ST7735 controller specific initialization part.
st77xx_internal.h
Internal definitions that are common for all ST77xx controllers.
lcd_params_t
Device initialization parameters.
Definition
lcd.h:113
lcd_t
Device descriptor for a lcd.
Definition
lcd.h:176
Generated on Thu Apr 3 2025 15:28:52 by
1.12.0