diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-09-18 12:41:12 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-09-18 12:41:12 +0000 |
| commit | fa9dee01bc70a56cb602f66776a43939c8293f6f (patch) | |
| tree | cde60a608aa0f16f51c28099f784d85b832dc862 /apps/plugins/bitmaps | |
| parent | 7ef47ed87614d6100b491b2c0eb9f75d1fdc1f01 (diff) | |
| download | rockbox-fa9dee01bc70a56cb602f66776a43939c8293f6f.zip rockbox-fa9dee01bc70a56cb602f66776a43939c8293f6f.tar.gz rockbox-fa9dee01bc70a56cb602f66776a43939c8293f6f.tar.bz2 rockbox-fa9dee01bc70a56cb602f66776a43939c8293f6f.tar.xz | |
Reverted the recording timer commit, as it has at least 2 major problems. (1) It uses the user timer, which interferes e.g. with backlight fading on H1x0 (and potentially other targets). Using the user timer here is a waste, as the required timing lies in the range of seconds to days. A tick task would be sufficient. (2) It draws to the LCD from within an ISR. This must not be done unless there's a mechanism to ensure it doesn't interfere with the main thread's drawing, otherwise garbage might be displayed and LCD updates might stop working.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10991 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
0 files changed, 0 insertions, 0 deletions