Re: [U-Boot] [PATCH 32/32] sandbox: Add LCD driver

2013-12-19 Thread Simon Glass
Hi Masahiro, On 28 November 2013 17:37, Masahiro Yamada wrote: > Hello Simon. > > >> Add a simple LCD driver which uses SDL to display the image. We update the >> image regularly, while still providing for reasonable performance. >> >> Adjust the common lcd code to support sandbox. >> >> For comm

Re: [U-Boot] [PATCH 32/32] sandbox: Add LCD driver

2013-11-28 Thread Masahiro Yamada
Hello Simon. > Add a simple LCD driver which uses SDL to display the image. We update the > image regularly, while still providing for reasonable performance. > > Adjust the common lcd code to support sandbox. > > For command-line runs we do not want the LCD to be displayed, so add a > --hide_l

[U-Boot] [PATCH 32/32] sandbox: Add LCD driver

2013-11-10 Thread Simon Glass
Add a simple LCD driver which uses SDL to display the image. We update the image regularly, while still providing for reasonable performance. Adjust the common lcd code to support sandbox. For command-line runs we do not want the LCD to be displayed, so add a --hide_lcd option to disable it. Sig