UiUiUi
A user interface library for micro controller sketches based on U8g2
UIEnums.h
1// SPDX-License-Identifier: BSD-2-Clause
2// (C) 2022 Dirk Hillbrecht
3
4// enum definitions for the UiUiUi library
5
6#pragma once
7
9enum UIAlignment { TopLeft,TopCenter,TopRight,CenterLeft,Center,CenterRight,BottomLeft,BottomCenter,BottomRight };
10
12enum UIExpansion { None,Horizontal,Vertical,Both };
13
14// end of file