summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-16bit-vert.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-20Comment out lcd_drawline() DEBUGF messages which show in various simulatorsTomer Shalev1-2/+2
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun1-48/+235
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-21/+0
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-3/+3
2009-09-02Update Vertical stride so that it's oriented left to right in the destination.Karl Kurbjun1-25/+22
2009-09-01Initial vertical stride LCD driver. Backdrop is inverted with it currently.Karl Kurbjun1-0/+923