UiUiUi
A user interface library for micro controller sketches based on U8g2
src
UiUiUi.h
1
// SPDX-License-Identifier: BSD-2-Clause
2
// (C) 2022 Dirk Hillbrecht
3
4
#pragma once
5
24
// Basic helper classes and definitions
25
#include "UIEnums.h"
26
#include "UIPoint.h"
27
#include "UISize.h"
28
#include "UIArea.h"
29
30
// Simple widgets
31
#include "UIWidget.h"
32
#include "UITextLine.h"
33
#include "UITextIcon.h"
34
#include "UIHorizontalLine.h"
35
#include "UIVerticalLine.h"
36
#include "UICheckerboard.h"
37
#include "UIEnvelope.h"
38
#include "UIBitmap.h"
39
40
// Widget groups
41
#include "UIWidgetGroup.h"
42
#include "UIRows.h"
43
#include "UIColumns.h"
44
#include "UICards.h"
45
46
// Topmost class
47
#include "UIDisplay.h"
Generated by
1.9.4