rockbox/firmware
Daniel Stenberg 50b6358272 Craig Sather's patch #849405:
This patch fixes two bugs associated with lcd_puts and scrolling on the
recorder.

1 - Unlike the implementation in the player code, on the recorder a call to
lcd_puts does not stop the scrolling text from a previous lcd_puts_scroll
call, so the new line gets overwritten by the old scrolling text. More
discussion and details can be found at:
http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-11/0531.shtml

2 - When the function lcd_puts_scroll_style is called with an x offset greater
than 0, the scrolling text is placed at an offset of 2x instead of x.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4226 a1c6a512-1295-4272-9138-f99709370657
2004-01-13 14:59:51 +00:00
..
common Moved memset() out of .iram 2003-12-21 12:22:50 +00:00
drivers Craig Sather's patch #849405: 2004-01-13 14:59:51 +00:00
export next round of playback function split: everything in place, working and used; except for the playtime 2004-01-10 15:39:56 +00:00
fonts Missed a font 2002-10-10 21:47:18 +00:00
include easy-to-use function types for typecasting 2003-12-09 06:48:10 +00:00
test ancient experimental test code not used for 2+ years, removed 2004-01-08 15:46:17 +00:00
app.lds link support for Neo 2003-12-12 13:29:34 +00:00
backlight.c The code police strikes back 2003-11-07 12:15:24 +00:00
bitswap.S patch #801964 by Magnus Holmgren: 10% faster bitswap 2003-10-12 15:45:03 +00:00
buffer.c Increased the mp3 buffer for the simulator, to avoid crash when running the Xing header generator 2004-01-13 12:35:08 +00:00
COPYING First version 2002-06-17 13:54:03 +00:00
crt0.S patch #785885 by Magnus Holmgren: way faster rolo, with assembler 2003-10-12 16:40:45 +00:00
debug.c Snapshot of file writing code. Bugs remain. Only short names are supported yet. 2002-10-20 22:50:58 +00:00
descramble.S patch #785885 by Magnus Holmgren: way faster rolo, with assembler 2003-10-12 16:40:45 +00:00
FILES Removed malloc 2004-01-09 08:32:41 +00:00
font.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
hwcompat.c The player firmware now autodetects the LCD type. No need for two player versions anymore 2002-10-15 12:25:57 +00:00
id3.c The Unicode parser now handles unterminated strings, plus it tries to guess the byte order when the BOM is missing (a violation of the spec, btw) 2004-01-09 00:47:26 +00:00
kernel.c The power-saving SLEEP patch by Simon Elén. 2003-02-14 09:44:34 +00:00
Makefile patch #785885 by Magnus Holmgren: way faster rolo, with assembler 2003-10-12 16:40:45 +00:00
mp3_playback.c next round of playback function split: everything in place, working and used; except for the playtime 2004-01-10 15:39:56 +00:00
mp3data.c Slightly improved VBR fixer, now uses the same template header throughout the entire file 2004-01-13 14:06:18 +00:00
mpeg.c mpeg_stop() now clears the paused flag in the simulator 2004-01-13 12:40:52 +00:00
panic.c Added '*PANIC*' string. Line is now wrapped on recorders. LED blinks slowly to indicate controlled state. 2002-11-12 09:04:06 +00:00
powermgmt.c Bug fix: Idle timeout would stop paused playback when charger was connected 2003-11-25 12:00:25 +00:00
README lets point to ../docs/README 2002-08-21 11:13:46 +00:00
rolo.c Removed startup_io test code 2003-11-20 00:01:13 +00:00
system.c Explicit setup of the bus controller wait states. This is supposed to fix the issue when the flashed recorder hangs when recording. 2003-10-27 10:30:12 +00:00
thread.c Removed CPU Sleep setting. It's now permanently enabled. 2003-03-12 15:30:59 +00:00
usb.c kill a compiler warning 2003-12-15 11:44:06 +00:00
win32.mak Fixed dependency on moved thread.h 2003-02-14 08:54:04 +00:00

See docs/README