<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/lib/lvgl/lv_conf.h, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<entry>
<title>Bump up LVGL's memory allotment</title>
<updated>2024-07-24T05:29:17+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-07-24T05:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=eb5d0d50cd5a8d807897c08438e932083e5197c2'/>
<id>eb5d0d50cd5a8d807897c08438e932083e5197c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode snapshots as PNGs when saving to disk</title>
<updated>2024-07-17T07:22:59+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-07-17T07:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=2ab459598c60b7df0d4b0dddf4a1e7c71ae985a1'/>
<id>2ab459598c60b7df0d4b0dddf4a1e7c71ae985a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable LV_OS_FREERTOS</title>
<updated>2024-07-02T05:41:13+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-07-02T05:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=cbcf1bea617a8f57fe80264e4b96da9274d133f0'/>
<id>cbcf1bea617a8f57fe80264e4b96da9274d133f0</id>
<content type='text'>
This mostly just adds a mutex around lv_malloc, which is useful for
upcoming work to make font loading async.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mostly just adds a mutex around lv_malloc, which is useful for
upcoming work to make font loading async.
</pre>
</div>
</content>
</entry>
<entry>
<title>Load fonts dynamically from /lua</title>
<updated>2024-06-14T03:35:42+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-06-14T03:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=7f2d56e29ad41e13888828d2d58b17c327a94e36'/>
<id>7f2d56e29ad41e13888828d2d58b17c327a94e36</id>
<content type='text'>
This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update LVGL to v9.1.0</title>
<updated>2024-06-12T07:54:40+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-06-12T07:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=64bd9053a25297f7a442ca831c7da5b44bd33f84'/>
<id>64bd9053a25297f7a442ca831c7da5b44bd33f84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP merge cyclically dependent components into one big component</title>
<updated>2024-05-02T09:12:26+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-05-02T09:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=1573a8c4cde1cd9528b422b2dcc598e37ffe94a7'/>
<id>1573a8c4cde1cd9528b422b2dcc598e37ffe94a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a cache for lvgl images</title>
<updated>2024-02-01T04:20:59+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-01T04:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=79a6dc1a3ee3a20e03a9fb01b9be0f4badaf197e'/>
<id>79a6dc1a3ee3a20e03a9fb01b9be0f4badaf197e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two-way databinding for lua, and flesh out the lua statusbar</title>
<updated>2023-11-14T02:20:04+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-11-14T02:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=71ed09a6f70901c9097973a44b24d6a6ced2834f'/>
<id>71ed09a6f70901c9097973a44b24d6a6ced2834f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect default theme</title>
<updated>2023-09-25T12:37:46+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-25T12:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=a2eb0e8961d3f20e75134e60706978d6ddb03248'/>
<id>a2eb0e8961d3f20e75134e60706978d6ddb03248</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Place LVGL's memory pool into PSRAM</title>
<updated>2023-09-25T05:26:05+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-25T05:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=dd13a234d20882e25347e4e4c6b0b82e4748294d'/>
<id>dd13a234d20882e25347e4e4c6b0b82e4748294d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
