|
LCDGFX LCD display driver
1.2.0
Lightweight graphics library for SSD1306, SSD1325, SSD1327, SSD1331, SSD1351, SH1106, SH1107, IL9163, ST7735, ST7789, ILI9341, PCD8544 displays over I2C/SPI
|
Unified Color helper for lcdgfx. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
| struct | lcdgfx::Color |
| 24-bit RGB colour with constexpr conversions to all native lcdgfx pixel formats. More... | |
Unified Color helper for lcdgfx.
Header-only, C++11-compatible. All operations are constexpr.
The helper is additive: existing RGB_COLOR8 / RGB_COLOR16 / RGB_COLOR4 / GRAY_COLOR4 macros remain the canonical fast-path for embedded targets and are not deprecated. The Color struct is intended for new code that wants:
Definition in file color.h.