6#include "../../core/color.hpp"
7#include "../../core/coords.hpp"
8#include "../../core/size.hpp"
uint16_t color_t
An RGB565 color value. 5 bits red, 6 bits green, 5 bits blue.
Definition color.hpp:13
color_t startupRainbow(color_t pixel, const Coords &coords, const Size &size, time_t time)
A pixel shader that that animates a rainbow transition from black to white.
A struct for storing the pixel coordinates of various UI elements.
Definition coords.hpp:17
A struct that holds the number of pixels that a widget would take up on the screen.
Definition size.hpp:17