Re: [U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps

2012-11-06 Thread Simon Glass
Hi Anatolij, On Tue, Nov 6, 2012 at 4:15 PM, Anatolij Gustschin wrote: > Hi Simon, > > On Fri, 28 Sep 2012 18:11:10 -0700 > Simon Glass wrote: > >> This series contains patches to create an API to read lcd/video >> parameters such as the screen size. It also adds support for displaying >> compre

Re: [U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps

2012-11-06 Thread Anatolij Gustschin
Hi Simon, On Fri, 28 Sep 2012 18:11:10 -0700 Simon Glass wrote: > This series contains patches to create an API to read lcd/video > parameters such as the screen size. It also adds support for displaying > compressed bitmaps. > > Ultimately it would be nice to unify lcd and video more, and this

[U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps

2012-09-28 Thread Simon Glass
This series contains patches to create an API to read lcd/video parameters such as the screen size. It also adds support for displaying compressed bitmaps. Ultimately it would be nice to unify lcd and video more, and this is a step towards that. Board files still need to decide which to use, but t