summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/lcd-2bit-vi.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix more reds.Thomas Martitz1-1/+1
2013-12-14lcd-*: Merge common viewport operations into lcd-bitmap-common.cThomas Martitz1-46/+0
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-13/+17
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz1-2/+1
2010-05-18Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...Thomas Martitz1-2/+0
2010-02-20Comment out lcd_drawline() DEBUGF messages which show in various simulatorsTomer Shalev1-2/+2
2009-11-07Fix two width calculationsKarl Kurbjun1-2/+1
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun1-14/+153
2009-08-18LCD_DEPTH == 2, vertical interleaved : specify if lcd framebuffer is in iram ...Rafaël Carré1-1/+1
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone1-223/+2
2009-07-14FS#10080Nils Wallménius1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-25/+6
2008-04-12LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold1-0/+13
2008-03-21Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps were...Jens Arnold1-1/+1
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold1-1/+2
2008-03-09First step towards the iAudio M3 port: Make the 2bit vertically interleaved L...Jens Arnold1-0/+1243