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
4namespace ui {
5
10 ROT_0_DEG,
11 ROT_90_DEG,
12 ROT_180_DEG,
13 ROT_270_DEG,
14};
15
16} // namespace ui
rotation_t
The four possible screen rotations.
Definition rotation.hpp:9