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.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Untranslated chars should be pass-through
Björn Stenberg
2002-05-31
*
removed char(un)def.h includes
Daniel Stenberg
2002-05-30
*
lcd_clear_display() now works when player-simulated the same way the
Daniel Stenberg
2002-05-30
*
when building a simulator for the player, we do lcd_update() from within
Daniel Stenberg
2002-05-30
*
lcd_getfontsize() now takes an unsigned font size as first argument
Daniel Stenberg
2002-05-30
*
The recorder's lcd_putsxy() will now output '?' instead of just skipping
Daniel Stenberg
2002-05-30
*
Stopped writting outsite screen. Removed LCD_ASCII macro.
Björn Stenberg
2002-05-29
*
Added lcd_double_height()
Björn Stenberg
2002-05-26
*
Clear 16 bytes per row
Björn 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'
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
*
Reverted the 1.10 and 1.11 changes, as they don't work.
Daniel Stenberg
2002-05-02
*
fixed lcd_bitmap, again. Works for y%8 != 0 as well now.
Felix Arends
2002-05-01
*
fixed lcd_bitmap code.
Felix Arends
2002-05-01
*
lcd_puts() uses the new fontheight table now
Daniel Stenberg
2002-05-01
*
Added lcd_fontsize() that returns the size of a given font
Daniel Stenberg
2002-05-01
*
removed WIN32 compiler directive
Felix Arends
2002-05-01
*
Win32 Simulator compability:
Felix Arends
2002-04-30
*
Removed erroneous lcd_start call
Björn Stenberg
2002-04-26
*
Cleaned up lcd API
Björn Stenberg
2002-04-25
*
Cleaning up the lcd API; not finished
Björn Stenberg
2002-04-25
*
fixed the emacs load-file thing in the bottom
Daniel Stenberg
2002-04-24
*
Moved driver to 'drivers' subdir
Björn Stenberg
2002-04-23