roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
point.h
Go to the documentation of this file.
1#pragma once
2
3namespace roo_display {
4
5/// Integer point.
6struct Point {
9};
10
11/// Floating-point point.
12struct FpPoint {
13 float x;
14 float y;
15};
16
17} // namespace roo_display
Defines 140 opaque HTML named colors.
Floating-point point.
Definition point.h:12
Integer point.
Definition point.h:6
int16_t y
Definition point.h:8
int16_t x
Definition point.h:7