<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/src/drivers/include/display.hpp, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<entry>
<title>move driver includes into a subdir as well</title>
<updated>2024-05-02T11:52:59+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-05-02T11:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=26eb580043ad176bdc58d996f30d470e1073ef00'/>
<id>26eb580043ad176bdc58d996f30d470e1073ef00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve handling of the display</title>
<updated>2024-04-22T06:00:53+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-04-22T06:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=db9e5cce1fff82149a609939709a94ae02f349a8'/>
<id>db9e5cce1fff82149a609939709a94ae02f349a8</id>
<content type='text'>
 - Blank the display when locking to prevent burn-in
 - Delay turning the display on until *exactly* after the first lvgl flush
 - Init the display in the ui task to avoid blocking the rest of boot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Blank the display when locking to prevent burn-in
 - Delay turning the display on until *exactly* after the first lvgl flush
 - Init the display in the ui task to avoid blocking the rest of boot
</pre>
</div>
</content>
</entry>
<entry>
<title>Allocate display spi buffers statically</title>
<updated>2023-09-22T11:19:19+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-22T11:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=f57a9688c96248980fb628d321a00641075df7c5'/>
<id>f57a9688c96248980fb628d321a00641075df7c5</id>
<content type='text'>
It works okay now :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works okay now :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the onboarding flow basically work. Much still to do!</title>
<updated>2023-09-13T00:09:04+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-13T00:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=0ea358ab8157d743dc07f12bde5fb34d03a02522'/>
<id>0ea358ab8157d743dc07f12bde5fb34d03a02522</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use only one buffer for lvgl's display driver</title>
<updated>2023-09-12T04:30:28+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-12T04:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=ad74a459216832499a41f5805fd820006c409017'/>
<id>ad74a459216832499a41f5805fd820006c409017</id>
<content type='text'>
We weren't actually making use of the double buffering, and it's a pain
to implement properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We weren't actually making use of the double buffering, and it's a pain
to implement properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix display buffers not actually being in DMA ram</title>
<updated>2023-09-05T05:36:33+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-05T05:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=f0d82cfb0959c48e251246aa988989e1cfddc4af'/>
<id>f0d82cfb0959c48e251246aa988989e1cfddc4af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move UI task to priority 0 during playback</title>
<updated>2023-09-04T23:51:10+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-04T23:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=0032896251d8ddc6c2775495445da8fceffba98e'/>
<id>0032896251d8ddc6c2775495445da8fceffba98e</id>
<content type='text'>
Also other misc task cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also other misc task cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a service locator instead of passing around subsets of drivers between FSMs</title>
<updated>2023-08-30T06:48:10+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-30T06:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=320fdeb9d8355d3c361d5c6d60de8afc64501af9'/>
<id>320fdeb9d8355d3c361d5c6d60de8afc64501af9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fade for brightness slider changes</title>
<updated>2023-08-29T02:18:15+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-29T02:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=773f2857678727f416a67a3a5ae71bd5b6761078'/>
<id>773f2857678727f416a67a3a5ae71bd5b6761078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gamma correction for display brightness</title>
<updated>2023-08-29T02:09:58+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-29T02:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=8ee5e781e76a9db005e2a74a299d6cd24e46b8d0'/>
<id>8ee5e781e76a9db005e2a74a299d6cd24e46b8d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
