qmk_firmware/lib/python/qmk/cli
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
..
chibios Ensure that safe_commands always run (#13199) 2021-06-14 16:51:58 -07:00
doctor Relocate CLI git interactions (#16682) 2022-03-18 16:02:24 +00:00
format Refix "No C files in filelist: None" (#15728) 2022-01-03 22:42:15 +00:00
generate Merge remote-tracking branch 'origin/master' into develop 2022-03-30 20:55:16 +00:00
list [CLI] list-keymaps/list-layouts: Check keyboard passed in (#15204) 2021-11-18 17:55:07 +00:00
new Allow new-keyboard to use development_board presets (#16785) 2022-04-08 20:12:32 +01:00
painter Quantum Painter (#10174) 2022-04-13 18:00:18 +10:00
__init__.py Quantum Painter (#10174) 2022-04-13 18:00:18 +10:00
bux.py World domination (#13021) 2021-05-29 20:05:46 +01:00
c2json.py CLI/c2json: Print 'cpp' error when executed in verbose mode (#12869) 2021-05-27 17:42:38 +01:00
cd.py CLI: Fix 'cd' subcommand on Windows (#16610) 2022-03-10 21:33:41 +00:00
cformat.py Move all our CLI file formatters to the format dir (#13296) 2021-07-20 11:52:14 -07:00
clean.py Align our subprocess usage with current best practices. (#12940) 2021-05-19 15:24:46 -07:00
compile.py --parallel improvements (#13800) 2021-08-18 08:46:59 +10:00
docs.py qmk docs: Run docsify serve if available (#15056) 2021-11-05 08:02:27 +11:00
fileformat.py Move all our CLI file formatters to the format dir (#13296) 2021-07-20 11:52:14 -07:00
flash.py Enable CLI flashing via mdloader (#14729) 2021-10-15 22:07:33 +01:00
hello.py CLI: Add development mode support 2020-04-08 09:31:14 -07:00
info.py Extend 'qmk info' to handle keymap level overrides (#16702) 2022-03-21 11:57:41 +01:00
json2c.py CLI: Validate JSON keymap input (#16261) 2022-02-28 20:02:39 +00:00
kle2json.py Remove references to info.json width and height in CLI (#13728) 2021-07-29 22:37:18 -07:00
lint.py CLI: Lint non-data driven macros in info.json (#16739) 2022-03-27 21:28:36 +01:00
multibuild.py Migrate more makefile utilities to builddefs sub-directory (#16002) 2022-02-10 09:45:51 -08:00
pyformat.py Move all our CLI file formatters to the format dir (#13296) 2021-07-20 11:52:14 -07:00
pytest.py Add support for encoder mapping. (#13286) 2022-03-09 19:29:00 +11:00
via2json.py CLI: Add 'via2json' subcommand (#16468) 2022-03-24 21:13:40 +01:00