summaryrefslogtreecommitdiffstats
path: root/drivers/video/sandbox_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* sandbox: Add LCD driverSimon Glass2014-03-171-0/+79
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 --show_lcd option to enable it. Tested-by: Che-Liang Chiou <clchiou@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
OpenPOWER on IntegriCloud