aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/painter/comms/qp_comms_i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Format code according to conventions (#25827)QMK Bot2025-11-301-1/+1
| | | Format code according to conventions
* [Bugfix] QP error handling (#25591)Pablo Martínez2025-11-111-5/+12
| | | * change QP so that any func can return error (`void` -> `bool` returns)
* I2C driver cleanup (#21273)David Hoelscher2024-01-171-6/+2
| | | | | * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver
* [QP] Add support for OLED, variable framebuffer bpp (#19997)Nick Brassel2023-10-221-0/+94
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.