<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/src/display/widgets/Kconfig, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>refactor(display): Saner font selection/defaults.</title>
<updated>2021-09-25T23:43:20+00:00</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-04-02T01:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=3e6a3758edf1960c64d1d8b0424ac84283166f52'/>
<id>3e6a3758edf1960c64d1d8b0424ac84283166f52</id>
<content type='text'>
* Only select fonts for the default built in status screen
* Leverage theme default fonts, instead of hardcoding theme
  details in each component.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Only select fonts for the default built in status screen
* Leverage theme default fonts, instead of hardcoding theme
  details in each component.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(display): Add proper LVGL label dep.</title>
<updated>2021-08-28T03:06:28+00:00</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-08-28T03:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=e491c282e74559d10818394feae3d64c7a559acf'/>
<id>e491c282e74559d10818394feae3d64c7a559acf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Add WPM calculator and display widget</title>
<updated>2021-01-23T23:38:31+00:00</updated>
<author>
<name>Ally Parker</name>
<email>ally.parker@red-gate.com</email>
</author>
<published>2021-01-22T16:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=a4aaa73f06939417a911c5213480efe78aa70fab'/>
<id>a4aaa73f06939417a911c5213480efe78aa70fab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add uppermost, current layer status widget to oled (#493)</title>
<updated>2020-12-29T01:17:32+00:00</updated>
<author>
<name>KemoNine</name>
<email>mcrosson@users.noreply.github.com</email>
</author>
<published>2020-12-29T01:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=87dbd4ca28405ab3d17cf62f3df86581606279b7'/>
<id>87dbd4ca28405ab3d17cf62f3df86581606279b7</id>
<content type='text'>
* Add uppermost, current layer status widget to oled

* Run clang format

* Fixup display widget source includes in CMakeLists

* Update layer widget to only be enabled on primary half of a split keyboard and shuffle some of the options specific to the widget to be enabled via the widget

* Update to latest lvgl/zmk/zephyr ; remove version text from oled per PR

* Fixup file names

* Remove last remenants of the version display text from the oled

* Fixup clang-format

Co-authored-by: KemoNine &lt;mcrosson@kemonine.info&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add uppermost, current layer status widget to oled

* Run clang format

* Fixup display widget source includes in CMakeLists

* Update layer widget to only be enabled on primary half of a split keyboard and shuffle some of the options specific to the widget to be enabled via the widget

* Update to latest lvgl/zmk/zephyr ; remove version text from oled per PR

* Fixup file names

* Remove last remenants of the version display text from the oled

* Fixup clang-format

Co-authored-by: KemoNine &lt;mcrosson@kemonine.info&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>chore(display): add header to Kconfig</title>
<updated>2020-12-22T04:30:25+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-19T21:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=aa8efa70783b42a111118cd4fd0532c6026b23f3'/>
<id>aa8efa70783b42a111118cd4fd0532c6026b23f3</id>
<content type='text'>
PR: #534</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: #534</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(display): Update to new LVGL v7.x API.</title>
<updated>2020-12-14T17:41:25+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-12-10T22:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=5ec1eefb2cbefdbd944d470c3797a93d9b805d3c'/>
<id>5ec1eefb2cbefdbd944d470c3797a93d9b805d3c</id>
<content type='text'>
PR: #467</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: #467</pre>
</div>
</content>
</entry>
<entry>
<title>feat(display): Initial widget/status screen work.</title>
<updated>2020-12-02T21:04:56+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-08-31T14:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=b3f3362b506d628c53cc610801bc3109965659ea'/>
<id>b3f3362b506d628c53cc610801bc3109965659ea</id>
<content type='text'>
* Battery and output status widgets
* Built in status screen combining them.
* Ability to define a custom status screen factory
  function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Battery and output status widgets
* Built in status screen combining them.
* Ability to define a custom status screen factory
  function.
</pre>
</div>
</content>
</entry>
</feed>
