|
HikoGUI
A low latency retained GUI
|
#include "../geometry/module.hpp"#include "../utility/module.hpp"#include <format>Go to the source code of this file.
Data Structures | |
| struct | std::formatter< hi::subpixel_orientation, CharT > |
Namespaces | |
| namespace | v1 |
| DOXYGEN BUG. | |
Enumerations | |
| enum class | v1::subpixel_orientation { unknown , horizontal_rgb , horizontal_bgr , vertical_rgb , vertical_bgr } |
| The orientation of the RGB sub-pixels of and LCD/LED panel. More... | |
Functions | |
| constexpr extent2 | v1::sub_pixel_size (subpixel_orientation orientation) noexcept |
| Get the size of a sub-pixel based on the sub-pixel orientation. | |
Variables | |
| constexpr auto | v1::subpixel_orientation_metadata |