summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-16bit-vert.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-21Fix some build errors and warnings.Thomas Martitz1-0/+10
2012-03-20lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)Thomas Martitz1-112/+0
2012-03-20Refactor lcd_clear_viewport().Thomas Martitz1-50/+0
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-9/+6
2011-12-03lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common codeRafaël Carré1-16/+2
2011-12-03lcd-16bit: move common code to lcd-16bit-common.cRafaël Carré1-363/+5
2011-03-08Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...Thomas Martitz1-487/+5
2011-03-05Add viewport clipping to lcd_alpha_bitmap_part as lcd_mono_bitmap_part also has.Thomas Martitz1-3/+34
2011-03-05Add lcd_alpha_bitmap_part suitable for vertical stride 16bit lcd.Thomas Martitz1-0/+258
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz1-2/+1
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