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
lvgl.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Fabian Blatz <fabianblatz@gmail.com>
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_LVGL_LVGL_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_LVGL_LVGL_H_
8
9
/* Predefined keys to control the focused object.
10
* Values taken from enum _lv_key_t in lv_group.h
11
*/
12
#define LV_KEY_UP 17
13
#define LV_KEY_DOWN 18
14
#define LV_KEY_RIGHT 19
15
#define LV_KEY_LEFT 20
16
#define LV_KEY_ESC 27
17
#define LV_KEY_DEL 127
18
#define LV_KEY_BACKSPACE 8
19
#define LV_KEY_ENTER 10
20
#define LV_KEY_NEXT 9
21
#define LV_KEY_PREV 11
22
#define LV_KEY_HOME 2
23
#define LV_KEY_END 3
24
25
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_LVGL_LVGL_H_ */
zephyr
dt-bindings
lvgl
lvgl.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6