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.c
Age
Commit message (
Expand
)
Author
2002-09-23
Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...
Björn Stenberg
2002-09-20
New full ISO-8859-1 system font.
Björn Stenberg
2002-09-19
Added Philipp Pertermanns oscillograph demo
Björn Stenberg
2002-09-12
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
2002-09-09
lcd_puts() now clears to end-of-line
Björn Stenberg
2002-09-06
Moved the LCD frame buffer back to DRAM
Linus Nielsen Feltzing
2002-09-03
Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...
Björn Stenberg
2002-09-03
Added lcd_putc()
Linus Nielsen Feltzing
2002-08-28
Changed lcd_drawrect() to use upper left corner and height/width as parameters
Markus Braun
2002-08-28
Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fix
Björn Stenberg
2002-08-26
Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou...
Björn Stenberg
2002-08-21
Added icons for charcell simulator.
Mats Lidell
2002-08-21
Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columns
Markus Braun
2002-08-20
added functions to get the current margins
Markus Braun
2002-08-19
Fall back to fixed font if loadable font is not present
Björn Stenberg
2002-08-13
Removed warning
Björn Stenberg
2002-08-13
If we're having loadable/proportional fonts, use them for everything
Björn Stenberg
2002-08-13
Added LCD contrast setting
Linus Nielsen Feltzing
2002-08-11
Removed extra pixel btwn chars
Björn Stenberg
2002-08-11
First version of loadable fonts patch by Alex Gitelman
Björn Stenberg
2002-08-09
Added lcd_scroll_pause/resume
Justin Heiner
2002-08-09
reindented
Markus Braun
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-07
Added status bar to file browser and wps
Markus Braun
2002-08-01
Markus Braun's progressbar and slidebar code
Daniel Stenberg
2002-08-01
Moved some time critical functions to internal RAM
Linus Nielsen Feltzing
2002-08-01
Moved LCD frame buffer to internal RAM
Linus Nielsen Feltzing
2002-07-27
Removed some debugging code
Linus Nielsen Feltzing
2002-07-25
Oh, those simulator compiler errors...
Linus Nielsen Feltzing
2002-07-25
Faster display updates on recorder, 36ms instead of 54ms
Linus Nielsen Feltzing
2002-07-24
Scroll garbage bug fix by Stuart Tedford
Linus Nielsen Feltzing
2002-07-23
Still more simulator compiler error killing
Linus Nielsen Feltzing
2002-07-23
Killed simulator compile error
Linus Nielsen Feltzing
2002-07-22
Added icon functions for the Player model
Linus Nielsen Feltzing
2002-07-16
Only one pixel clearing necessary
Björn Stenberg
2002-07-15
Added thread names
Linus Nielsen Feltzing
2002-07-04
Increased the scroll thread stack
Linus Nielsen Feltzing
2002-07-03
Increased the scroll line buffer to 257
Linus Nielsen Feltzing
2002-06-27
lcd_putspropxy() now clears drawing area before drawing
Björn Stenberg
2002-06-26
fixed lcd_bitmap
Felix Arends
2002-06-24
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-21
fixed the horizontal scroll graphics error
Felix Arends
2002-06-21
nx was undefined for the first execution of the while statement
Felix Arends
[next]