mikroSDK Reference Manual
lv_widgets.h
Go to the documentation of this file.
1
6#ifndef LV_WIDGETS_H
7#define LV_WIDGETS_H
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13/*********************
14 * INCLUDES
15 *********************/
16#include "animimg/lv_animimg.h"
20#include "chart/lv_chart.h"
22#include "list/lv_list.h"
23#include "menu/lv_menu.h"
24#include "msgbox/lv_msgbox.h"
25#include "meter/lv_meter.h"
26#include "spinbox/lv_spinbox.h"
27#include "spinner/lv_spinner.h"
28#include "tabview/lv_tabview.h"
30#include "win/lv_win.h"
32#include "led/lv_led.h"
33#include "imgbtn/lv_imgbtn.h"
34#include "span/lv_span.h"
35
36/*********************
37 * DEFINES
38 *********************/
39
40/**********************
41 * TYPEDEFS
42 **********************/
43
44/**********************
45 * GLOBAL PROTOTYPES
46 **********************/
47
48/**********************
49 * MACROS
50 **********************/
51
52#ifdef __cplusplus
53} /*extern "C"*/
54#endif
55
56#endif /*LV_WIDGETS_H*/