<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/quantum/main.c, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2024-03-14T10:45:12+00:00</updated>
<entry>
<title>Refactor vusb to protocol use pre/post task (#14944)</title>
<updated>2024-03-14T10:45:12+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2024-03-14T10:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=63dd131d812be4b8d4894fc20ca9968e25996b07'/>
<id>urn:sha1:63dd131d812be4b8d4894fc20ca9968e25996b07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Core] Quantum Painter - LVGL Integration (#18499)</title>
<updated>2022-12-12T20:51:14+00:00</updated>
<author>
<name>jpe230</name>
</author>
<published>2022-12-12T20:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=102f22f7e99d87989cd95e10370863c3f96ba7e2'/>
<id>urn:sha1:102f22f7e99d87989cd95e10370863c3f96ba7e2</id>
<content type='text'>
Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
</entry>
<entry>
<title>Quantum Painter (#10174)</title>
<updated>2022-04-13T08:00:18+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2022-04-13T08:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1f2b1dedccdf21b629c45ece80b4ca32f6653296'/>
<id>urn:sha1:1f2b1dedccdf21b629c45ece80b4ca32f6653296</id>
<content type='text'>
* 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 &lt;qp.h&gt; 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.</content>
</entry>
<entry>
<title>Format code according to conventions (#16322)</title>
<updated>2022-02-12T18:29:31+00:00</updated>
<author>
<name>QMK Bot</name>
</author>
<published>2022-02-12T18:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=63646e8906e062d1c1de3925cba70c4e3426a855'/>
<id>urn:sha1:63646e8906e062d1c1de3925cba70c4e3426a855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for deferred executors. (#14859)</title>
<updated>2021-11-15T18:21:09+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2021-11-15T18:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=36d123e9c5a9ce0e29b9bc22ef87661bf479e299'/>
<id>urn:sha1:36d123e9c5a9ce0e29b9bc22ef87661bf479e299</id>
<content type='text'>
* Add support for deferred executors.

* More docs.

* Include from quantum.h

* Cleanup.

* Parameter checks

* Comments.

* qmk format-c

* I accidentally a few words.

* API name change.

* Apply suggestions from code review

Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;

* Review comments.

* qmk format-c

* Review comments.

Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;</content>
</entry>
<entry>
<title>Revert to old init order for host driver (#15029)</title>
<updated>2021-11-02T18:53:46+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-11-02T18:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=634e42b2b47d32ae8aa933599e63e3761939e3f5'/>
<id>urn:sha1:634e42b2b47d32ae8aa933599e63e3761939e3f5</id>
<content type='text'>
* Partially revert 14888</content>
</entry>
<entry>
<title>Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)</title>
<updated>2021-10-24T19:39:41+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-10-24T19:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=2ec268bd21c6bb8d6afbd4908fb0289b0d1c6bd2'/>
<id>urn:sha1:2ec268bd21c6bb8d6afbd4908fb0289b0d1c6bd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Begin to carve out platform/protocol API - Single main loop (#13843)</title>
<updated>2021-08-17T23:11:07+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-08-17T23:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=96e2b13d1de227cdc2b918fb0292bd832d346a25'/>
<id>urn:sha1:96e2b13d1de227cdc2b918fb0292bd832d346a25</id>
<content type='text'>
* Begin to carve out platform/protocol API

* Fix up after rebase</content>
</entry>
</feed>
