Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
lvgl_riot.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Inria
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
17
18
#include "screen_dev.h"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
29
void
lvgl_init
(
screen_dev_t
*screen_dev);
30
40
void
lvgl_run
(
void
);
41
49
void
lvgl_wakeup
(
void
);
50
51
#ifdef __cplusplus
52
}
53
#endif
54
lvgl_init
void lvgl_init(screen_dev_t *screen_dev)
Initialize the lvgl display engine.
lvgl_wakeup
void lvgl_wakeup(void)
Wakeup lvgl when inactive.
lvgl_run
void lvgl_run(void)
Run the lvgl task handler.
screen_dev_t
Screen device descriptor.
Definition
screen_dev.h:46
Generated on Thu Sep 24 2026 04:06:03 by
1.13.2