qmk_firmware/drivers
Nick Brassel 1f2b1dedcc
Quantum Painter (#10174)
* Install dependencies before executing unit tests.

* Split out UTF-8 decoder.

* Fixup python formatting rules.

* Add documentation for QGF/QFF and the RLE format used.

* Add CLI commands for converting images and fonts.

* Add stub rules.mk for QP.

* Add stream type.

* Add base driver and comms interfaces.

* Add support for SPI, SPI+D/C comms drivers.

* Include <qp.h> when enabled.

* Add base support for SPI+D/C+RST panels, as well as concrete implementation of ST7789.

* Add support for GC9A01.

* Add support for ILI9341.

* Add support for ILI9163.

* Add support for SSD1351.

* Implement qp_setpixel, including pixdata buffer management.

* Implement qp_line.

* Implement qp_rect.

* Implement qp_circle.

* Implement qp_ellipse.

* Implement palette interpolation.

* Allow for streams to work with either flash or RAM.

* Image loading.

* Font loading.

* QGF palette loading.

* Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp monochrome and palette-based images.

* Image drawing.

* Animations.

* Font rendering.

* Check against 256 colours, dump out the loaded palette if debugging enabled.

* Fix build.

* AVR is not the intended audience.

* `qmk format-c`

* Generation fix.

* First batch of docs.

* More docs and examples.

* Review comments.

* Public API documentation.
2022-04-13 18:00:18 +10:00
..
bluetooth Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
eeprom Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
flash Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
gpio Add SN74x154 driver and convert AL1 custom matrix (#16331) 2022-03-15 11:38:53 +11:00
haptic Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
lcd Format code according to conventions (#16686) 2022-03-19 11:52:03 +00:00
led add the ability to change the pwm frequency for the IS31FL3737B (#16718) 2022-03-24 18:08:22 +00:00
oled Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
painter Quantum Painter (#10174) 2022-04-13 18:00:18 +10:00
ps2 fix typo in ps2 set_defaults (#16767) 2022-04-04 04:02:28 +10:00
sensors analog.[ch]: remove unnecessary includes (#16471) 2022-03-04 14:56:59 +11:00
serial.h Deprecate split transactions status field (#16023) 2022-01-26 21:13:27 -08:00
usb2422.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
usb2422.h Initial USB2422 driver (#14835) 2021-10-22 00:49:58 +01:00
usbpd.h Add support for analog USBPD on STM32G4xx. (#11824) 2021-02-15 08:56:13 +11:00
ws2812.h Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00