FabGL
ESP32 Display Controller and Graphics Library
|
This file contains some utility classes and functions. More...
Go to the source code of this file.
Classes | |
struct | CoreUsage |
This class helps to choice a core for intensive processing tasks. More... | |
struct | DirItem |
FileBrowser item specificator. More... | |
class | FileBrowser |
FileBrowser allows basic file system operations (dir, mkdir, remove and rename) More... | |
struct | MouseButtons |
Describes mouse buttons status. More... | |
struct | MouseStatus |
Describes mouse absolute position, scroll wheel delta and buttons status. More... | |
struct | Point |
Represents the coordinate of a point. More... | |
struct | Rect |
Represents a rectangle. More... | |
struct | Size |
Represents a bidimensional size. More... | |
Functions | |
void | replacePathSep (char *path, char newSep) |
Replaces path separators. More... | |
uint32_t | UARTConf (int parity, int dataLength, int stopBits) |
Composes UART configuration word. More... | |
Variables | |
int16_t | height |
int16_t | width |
int16_t | X |
int16_t | X1 |
int16_t | X2 |
int16_t | Y |
int16_t | Y1 |
int16_t | Y2 |
This file contains some utility classes and functions.
Definition in file fabutils.h.