gigawidgets
0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
Loading...
Searching...
No Matches
rotation.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
namespace
ui {
5
9
enum
rotation_t
{
10
ROT_0_DEG,
11
ROT_90_DEG,
12
ROT_180_DEG,
13
ROT_270_DEG,
14
};
15
16
}
// namespace ui
ui::rotation_t
rotation_t
The four possible screen rotations.
Definition
rotation.hpp:9
src
ui
core
rotation.hpp
Generated by
1.9.8