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
2021-03-24
Revert "lcd framebuffer - Bugfix ensure proper alignment"
William Wilgus
2021-03-24
lcd framebuffer - Bugfix ensure proper alignment
William Wilgus
2020-10-26
Whitespace cleanup on fb_viewport Rewrite
William Wilgus
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
2013-12-15
Fix more reds.
Thomas Martitz
2013-12-14
lcd-*: Merge common viewport operations into lcd-bitmap-common.c
Thomas Martitz
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2010-08-12
Move memset6() declaration to string-extra.h, kills a warning compiling for a...
Thomas Martitz
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