index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-2bit-vi.c
Age
Commit message (
Expand
)
Author
2010-05-18
Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...
Thomas Martitz
2010-02-20
Comment out lcd_drawline() DEBUGF messages which show in various simulators
Tomer Shalev
2009-11-07
Fix two width calculations
Karl Kurbjun
2009-11-07
Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...
Karl Kurbjun
2009-08-18
LCD_DEPTH == 2, vertical interleaved : specify if lcd framebuffer is in iram ...
Rafaël Carré
2009-08-13
LCD bitmap driver code consolidation from FS#4817:
Andrew Mahone
2009-07-14
FS#10080
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-23
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
2008-04-12
LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...
Jens Arnold
2008-03-21
Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps were...
Jens Arnold
2008-03-12
Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...
Jens Arnold
2008-03-09
First step towards the iAudio M3 port: Make the 2bit vertically interleaved L...
Jens Arnold