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
...
*
Increased the scroll line buffer to 257
Linus Nielsen Feltzing
2002-07-03
*
lcd_putspropxy() now clears drawing area before drawing
Björn Stenberg
2002-06-27
*
fixed lcd_bitmap
Felix Arends
2002-06-26
*
fixed propfonts bug which was related to illegal memory accesing of lcd_bitma...
Felix Arends
2002-06-24
*
fixed a missing unsigned
Daniel Stenberg
2002-06-24
*
strings should be 'unsigned char *' or we will get problemos
Daniel Stenberg
2002-06-24
*
more proportional font fixes
Daniel Stenberg
2002-06-24
*
the scroll loop could end up scrolling forever!
Daniel Stenberg
2002-06-24
*
slightly improved fix for proportional font scrolling, but it still isn't
Daniel Stenberg
2002-06-24
*
made the putspropxy() use the exetended charset Magnus has made, forgot
Daniel Stenberg
2002-06-24
*
fixed the horizontal scroll graphics error
Felix Arends
2002-06-21
*
nx was undefined for the first execution of the while statement
Felix Arends
2002-06-21
*
extended charset by Magnus Öman
Daniel Stenberg
2002-06-20
*
Clear area for proportional scroll
Björn Stenberg
2002-06-20
*
added lcd_getstringsize() within the propfonts test define
Daniel Stenberg
2002-06-20
*
Magnus Oman brought a test set proportional font
Daniel Stenberg
2002-06-20
*
when simulating a player, move down the text 8 pixels to make room for
Daniel Stenberg
2002-06-19
*
Added lcd_clearline() - the opposite of drawline. We need this to make funny
Daniel Stenberg
2002-06-15
*
typecast array indexing to int from char to prevent compiler warning
Daniel Stenberg
2002-06-12
*
Fixed tighter looping scroll.
Björn Stenberg
2002-06-12
*
Tighter scrolling
Björn Stenberg
2002-06-12
*
Skip initing LCD. Make scroll delay 1s.
Björn Stenberg
2002-06-11
*
Removed leftover int
Björn Stenberg
2002-06-11
*
Changed to new chartable arrays
Björn Stenberg
2002-06-11
*
Don't scroll lines shorter than the screen
Björn Stenberg
2002-06-11
*
Slower scroll speed
Linus Nielsen Feltzing
2002-06-10
*
lcd_init() for player too
Björn Stenberg
2002-06-10
*
Added #include <thread.h>
Björn Stenberg
2002-06-10
*
Added delay before starting scroll
Björn Stenberg
2002-06-10
*
Moved declarations to top
Björn Stenberg
2002-06-10
*
Added scrolling
Björn Stenberg
2002-06-10
*
Changed default contrast to power-on default
Linus Nielsen Feltzing
2002-06-07
*
the truncate lcd_puts() stuff in simulator only concerns player-style LCDs
Daniel Stenberg
2002-06-06
*
when doing lcd_puts() on a simulated player, we now truncate the string at
Daniel Stenberg
2002-06-06
*
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
[prev]
[next]