summaryrefslogtreecommitdiffstats
path: root/uisimulator/sdl/lcd-bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-04Sim: Add support for vertical stride.Karl Kurbjun1-0/+4
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-5/+3
2009-02-10Simulate backlight for colour targets. Implements the idea from FS #9884, but...Jens Arnold1-5/+19
2009-02-09More compact screendump routines for core and greylib. The core routine might...Jens Arnold1-12/+12
2009-02-09Fix red and yellow.Jens Arnold1-1/+3
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold1-136/+94
2009-01-24Simulator: Fix an almost 3 years old colour init bug both on startup and on g...Jens Arnold1-7/+23
2008-12-04Sansa Clip Simulator: emulate the real screen at the price of some CPU (FS#9521)Rafaël Carré1-24/+80
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-2/+2
2008-03-14More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator bu...Jens Arnold1-1/+4
2008-03-02simulator: Robert Kukla1-3/+4
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis1-1/+1
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis1-0/+204
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-4/+4
2007-03-05Remove the annoying backlight debug output in the simulatorLinus Nielsen Feltzing1-2/+0
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold1-4/+4
2006-06-03Adjustments for simulating a backlight-modded Ondio.Jens Arnold1-1/+8
2006-04-04Fix greyscale iPod sims for new LCD format.Jens Arnold1-1/+1
2006-02-26Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold1-15/+74
2006-02-13Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...Dan Everton1-1/+19
2006-02-09Refactor SDL sim source so drawing routines are written once. Split bitmap, r...Dan Everton1-0/+79