index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Move publicly (from apps) accessed files from drivers/ to export/.
Daniel Stenberg
2003-02-07
*
Player changes: Added lcd_remove_cursor() and updated the cursor functionality.
Kjell Ericson
2003-01-29
*
Added a "cursor"-function for the keyvoard.
Kjell Ericson
2003-01-27
*
Removed lcd_scroll_pause() and lcd_scroll_resume().
Kjell Ericson
2003-01-23
*
Bidirectional scroll ala recorder.
Mats Lidell
2003-01-14
*
Fixed spelling misstakes.
Kjell Ericson
2003-01-10
*
Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...
Kjell Ericson
2003-01-10
*
Removed warnings.
Kjell Ericson
2003-01-10
*
Implementing the Rocklatin character set for Rockbox player.
Kjell Ericson
2003-01-10
*
Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...
Björn Stenberg
2002-12-12
*
New height for teh player simulator. The default is pixels of 4x4 in order to
Kjell Ericson
2002-10-28
*
Dubbled the size of player bitmap. The double height/width will be used to
Kjell Ericson
2002-10-21
*
Added multiline scroll support.
Markus Braun
2002-10-21
*
New size for the player window.
Kjell Ericson
2002-10-17
*
Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...
Björn Stenberg
2002-09-24
*
Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...
Björn Stenberg
2002-09-23
*
New full ISO-8859-1 system font.
Björn Stenberg
2002-09-20
*
Added Philipp Pertermanns oscillograph demo
Björn Stenberg
2002-09-19
*
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
2002-09-12
*
define away lcd_update_rect() too on players
Daniel Stenberg
2002-09-10
*
Moved the LCD frame buffer back to DRAM
Linus Nielsen Feltzing
2002-09-06
*
Added lcd_putc()
Linus Nielsen Feltzing
2002-09-03
*
Changed lcd_drawrect() to use upper left corner and height/width as parameters
Markus Braun
2002-08-28
*
Added icons for charcell simulator.
Mats Lidell
2002-08-21
*
added functions to get the current margins
Markus Braun
2002-08-20
*
time/date setting works now with loadable and proportional fonts
Markus Braun
2002-08-15
*
Added LCD contrast setting
Linus Nielsen Feltzing
2002-08-13
*
Big lcd_width only for simulator without HAVE_LCD_BITMAP.
Mats Lidell
2002-08-12
*
Changed lcd_width for simulator to match size of big font.
Mats Lidell
2002-08-12
*
Code makeup
Björn Stenberg
2002-08-12
*
First version of loadable fonts patch by Alex Gitelman
Björn Stenberg
2002-08-11
*
Added lcd_scroll_pause/resume
Justin Heiner
2002-08-09
*
made lcd_invertrect() working
Markus Braun
2002-08-09
*
Added lcd_update_rect(), for updating only a part of the LCD. This was
Daniel Stenberg
2002-08-09
*
Added status bar to file browser and wps
Markus Braun
2002-08-07
*
Markus Braun's progressbar and slidebar code
Daniel Stenberg
2002-08-01
*
Added icon functions for the Player model
Linus Nielsen Feltzing
2002-07-22
*
Removed warnings
Björn Stenberg
2002-07-16
*
strings should be 'unsigned char *' or we will get problemos
Daniel Stenberg
2002-06-24
*
Added scrolling
Björn Stenberg
2002-06-10
*
removed the ugly use of char(un)def.h
Daniel Stenberg
2002-05-30
*
lcd_getfontsize() now takes an unsigned font size as first argument
Daniel Stenberg
2002-05-30
*
Added lcd_double_height()
Björn Stenberg
2002-05-26
*
lcd_update() is a function for bitmap LCD targets too
Daniel Stenberg
2002-05-24
*
trying to clean up Recorder vs Player issues
Robert Hak
2002-05-21
*
Added dummy lcd_update() to player code, to avoid #ifdef everywhere
Björn Stenberg
2002-05-20
*
Changing to C99 'bool' type
Björn Stenberg
2002-05-13
*
Changed puts() to take 'character position'
Björn Stenberg
2002-05-10
*
Added weird circumvention macros for SIMULATOR builds. When we build a
Daniel Stenberg
2002-05-04
*
lcd_drawrect added
Robert Hak
2002-05-03
[next]