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-1bit-vert.c
Age
Commit message (
Expand
)
Author
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
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-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-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-08-18
LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specifi...
Rafaël Carré
2009-08-13
LCD bitmap driver code consolidation from FS#4817:
Andrew Mahone
2009-07-14
FS#10080
Nils Wallménius
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-04
Cosmetic fix: remove duplicate semicolons
Bertrik Sikken
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-09
Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver wit...
Jens Arnold
2008-01-08
Add the viewport functions to the screens API, including a new getfont() func...
Dave Chapman
2008-01-07
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...
Dave Chapman
2007-09-30
Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)
Antoine Cellerier
2007-07-28
Fix warnings and errors. Remove some added stuff that wasn't needed afterall.
Michael Sevakis
2007-07-28
Scroll on main and remote with a single thread. Change the way system message...
Michael Sevakis
2007-04-11
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
Jens Arnold
2007-04-01
for WPS files with many lines the current wps code will call puts_scroll with...
Robert Kukla
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-02-20
Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...
Jens Arnold
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-11-12
Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...
Jens Arnold