aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/painter/generic
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Format code according to conventions (#25828)QMK Bot2025-11-302-3/+3
| | | Format code according to conventions
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-304-9/+9
|\
| * [CI] Format code according to conventions (#25827)QMK Bot2025-11-304-9/+9
| | | | | | Format code according to conventions
* | [QP] Minor cleanup and support for RGB888 surface (#25706)Pablo Martínez2025-10-084-1/+155
|/ | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Rename RGB and HSV structs (#24471)Ryan2024-10-121-1/+1
|
* [QP] Add support for OLED, variable framebuffer bpp (#19997)Nick Brassel2023-10-227-326/+585
| | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Fixup delta frame coordinates after #20296.
* [Cleanup] Quantum Painter (#19825)Pablo Martínez2023-03-251-9/+9
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add RGB565 and RGB888 color support to Quantum Painter (#19382)David Hoelscher2023-01-141-0/+7
|
* [QP] Add RGB565 surface. Docs clarification, cleanup, tabsification, and ↵Nick Brassel2022-09-182-0/+319
reordering. (#18396)