rockbox/firmware/target/arm/ipod/video
2007-11-02 01:18:14 +00:00
..
lcd-as-video.S Major speedup of the iPod Video LCD driver. The internal update procedure of the BCM chip is now completely shadowed, handled by a tick task as necessary. Also fixes the occasional UI freezes due to stalled BCM updates by re-kicking it after a timeout. 2007-11-02 00:07:45 +00:00
lcd-video.c iPod Video LCD driver: Reintroduce the simple method of waiting for update completion for use in the bootloader, because bootloaders don't enable interrupts and hence the tick task won't work. Slower than the full driver, but still faster than the old one, because it first transfers the data, and then polls the BCM. 2007-11-02 01:18:14 +00:00