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