ZEReader 0.1.0
A Zephyr-based E-Book-Reader
Loading...
Searching...
No Matches
logo.h
1/*
2 * SPDX-FileCopyrightText: 2025 Anna-Lena Marx <mail@marx.engineer>
3 *
4 * SPDX-License-Identifier: MPL-2.0
5 */
6
7#ifndef _UI_WIDGET_LOGO_H_
8#define _UI_WIDGET_LOGO_H_
9
10#include <lvgl.h>
11
18lv_obj_t* zereader_logo_create(lv_obj_t *parent);
19
20#endif /* _UI_WIDGET_LOGO_H_ */