<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/wps/WPSLIST, branch puzzles</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>lcd-24bit: Introduce a 24-bit mid-level LCD driver</title>
<updated>2014-06-20T22:15:53+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2014-06-18T05:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a1842c04f9cb73210d4cacde61a9e4b115050765'/>
<id>a1842c04f9cb73210d4cacde61a9e4b115050765</id>
<content type='text'>
With LCD driver all calculation will be performed on RGB888 and the hardware/OS
can display from our 24bit framebuffer.

It is not yet as performance optimized as the existing drivers but should be
good enough.The vast number of small changes is due to the fact that
fb_data can be a struct type now, while most of the code expected a scalar type.

lcd-as-memframe ASM code does not work with 24bit currently so the with 24bit
it enforces the generic C code.

All plugins are ported over. Except for rockpaint. It uses so much memory that
it wouldnt fit into the 512k plugin buffer anymore (patches welcome).

Change-Id: Ibb1964545028ce0d8ff9833ccc3ab66be3ee0754
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With LCD driver all calculation will be performed on RGB888 and the hardware/OS
can display from our 24bit framebuffer.

It is not yet as performance optimized as the existing drivers but should be
good enough.The vast number of small changes is due to the fact that
fb_data can be a struct type now, while most of the code expected a scalar type.

lcd-as-memframe ASM code does not work with 24bit currently so the with 24bit
it enforces the generic C code.

All plugins are ported over. Except for rockpaint. It uses so much memory that
it wouldnt fit into the 512k plugin buffer anymore (patches welcome).

Change-Id: Ibb1964545028ce0d8ff9833ccc3ab66be3ee0754
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Cabbiev2 port for 128x96x16 targets (Samsung YH-820), made by me.</title>
<updated>2014-03-27T19:50:48+00:00</updated>
<author>
<name>Szymon Dziok</name>
<email>b0hoon@o2.pl</email>
</author>
<published>2014-02-25T20:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f8d367be947089ee0dc38d5c52fe6b40215474d2'/>
<id>f8d367be947089ee0dc38d5c52fe6b40215474d2</id>
<content type='text'>
Change-Id: I21c408e8c25c42a1e6c3d3e44c0999ae85d73154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I21c408e8c25c42a1e6c3d3e44c0999ae85d73154
</pre>
</div>
</content>
</entry>
<entry>
<title>Touchscreen: Show a line separator in lists.</title>
<updated>2014-03-03T14:14:16+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2013-05-06T05:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=05a67d021c8fbb10b2654f8378b549901dd4c520'/>
<id>05a67d021c8fbb10b2654f8378b549901dd4c520</id>
<content type='text'>
This patch adds a configurable line separator between list items, very
similar to lists in Android. Additionally, below the list item there is a
thicker line. It can be disabled in the settings. Its color can
be configured as well.

Remote and monochrome displays are explicitly unsupported. If there is desire
this can be changed but it doesn't seem useful to me.

Change-Id: I005313b0d8f5ecd15864bf20e66ea4e3390d8b7d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a configurable line separator between list items, very
similar to lists in Android. Additionally, below the list item there is a
thicker line. It can be disabled in the settings. Its color can
be configured as well.

Remote and monochrome displays are explicitly unsupported. If there is desire
this can be changed but it doesn't seem useful to me.

Change-Id: I005313b0d8f5ecd15864bf20e66ea4e3390d8b7d
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Cabbiev2 enable icons when selected</title>
<updated>2012-10-06T20:59:20+00:00</updated>
<author>
<name>Alex Mayer</name>
<email>magictrick4906@aim.com</email>
</author>
<published>2012-10-05T16:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=93023002d6c0f2a5445c1566d74a631ccadeffce'/>
<id>93023002d6c0f2a5445c1566d74a631ccadeffce</id>
<content type='text'>
adds 'show icons: on' to cabbiev2.cfg file.
when you switch theme away from cabbiev2 to a theme
with 'show icons: off' then switch back to cabbiev2
the icons are still off which doesnt mimic the default
settings presented by rockbox.

Change-Id: Iee051c687a9a6843fece96a2a16280916b1d2599
Reviewed-on: http://gerrit.rockbox.org/325
Reviewed-by: Dominik Riebeling &lt;Dominik.Riebeling@gmail.com&gt;
Reviewed-by: Thomas Martitz &lt;kugel@rockbox.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adds 'show icons: on' to cabbiev2.cfg file.
when you switch theme away from cabbiev2 to a theme
with 'show icons: off' then switch back to cabbiev2
the icons are still off which doesnt mimic the default
settings presented by rockbox.

Change-Id: Iee051c687a9a6843fece96a2a16280916b1d2599
Reviewed-on: http://gerrit.rockbox.org/325
Reviewed-by: Dominik Riebeling &lt;Dominik.Riebeling@gmail.com&gt;
Reviewed-by: Thomas Martitz &lt;kugel@rockbox.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>WPSLIST: fix default font for 400x240x16 target</title>
<updated>2012-07-10T16:08:58+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2012-07-10T16:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9f13f881b32bebad9486bfaa1e543cbd6f64ae36'/>
<id>9f13f881b32bebad9486bfaa1e543cbd6f64ae36</id>
<content type='text'>
Change-Id: I70dbab7e52311f031bf1f353cff2f8e8245b3a47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I70dbab7e52311f031bf1f353cff2f8e8245b3a47
</pre>
</div>
</content>
</entry>
<entry>
<title>cabbiev2 for rk27xx generic design target</title>
<updated>2012-07-09T18:30:43+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2012-07-09T07:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=93c462f9d57082b7d19d6bb93acea6d3e37d87b0'/>
<id>93c462f9d57082b7d19d6bb93acea6d3e37d87b0</id>
<content type='text'>
Change-Id: I2052869b14125b90e8202e81e4e8391376e9c341
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2052869b14125b90e8202e81e4e8391376e9c341
</pre>
</div>
</content>
</entry>
<entry>
<title>WPSLIST: add backdrop and cabbiev2 fms for 128x128x2</title>
<updated>2012-07-09T18:30:43+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2012-07-05T21:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3a58307c7bfd9ca64478e4a00c0a2470f6ca3d05'/>
<id>3a58307c7bfd9ca64478e4a00c0a2470f6ca3d05</id>
<content type='text'>
Change-Id: I671fed88cb2f963168f6bd6eb65b91a26eede638
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I671fed88cb2f963168f6bd6eb65b91a26eede638
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fms to cabbiev2 by default</title>
<updated>2012-06-25T20:07:43+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2012-06-25T20:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5785cfb741728b144701736858ffdbef1f79218d'/>
<id>5785cfb741728b144701736858ffdbef1f79218d</id>
<content type='text'>
Currently we have only fms for 160x128x2 and all others will
fallback to built in one.

Change-Id: I43efa2795e1ab62185e2e25b6c8c4979c87c4299
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we have only fms for 160x128x2 and all others will
fallback to built in one.

Change-Id: I43efa2795e1ab62185e2e25b6c8c4979c87c4299
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cabbiev2 on iaudio x5 remote</title>
<updated>2012-06-17T13:36:45+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2012-06-17T13:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=cd1b6a11831274fd7f69bebd840db8dabc610c76'/>
<id>cd1b6a11831274fd7f69bebd840db8dabc610c76</id>
<content type='text'>
Change-Id: I00c597ac5ac40865f943b6c2f488196727bad13c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I00c597ac5ac40865f943b6c2f488196727bad13c
</pre>
</div>
</content>
</entry>
<entry>
<title>WPSLIST: Add some more forgotten wps entries.</title>
<updated>2012-06-15T09:08:05+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2012-06-15T09:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ba5802ed8848435baa39696fc05afe2382cd0789'/>
<id>ba5802ed8848435baa39696fc05afe2382cd0789</id>
<content type='text'>
Fixes cabbiev2 for clip/clip+ (FS#12698) and others.

Change-Id: I1ff71db145ac9662551e50029a605776abb5af36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes cabbiev2 for clip/clip+ (FS#12698) and others.

Change-Id: I1ff71db145ac9662551e50029a605776abb5af36
</pre>
</div>
</content>
</entry>
</feed>
