diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-11-12 18:49:53 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-11-12 18:49:53 +0000 |
| commit | ef12b3b5c678e4fa44d60061b0c1bc312e589ba1 (patch) | |
| tree | 4c2572d7bf3d995be16b33fa2e46ccccad34f4ee /bootloader/telechips.c | |
| parent | 8537cbf091634efa57768dccff39049afdf6d288 (diff) | |
| download | rockbox-ef12b3b5c678e4fa44d60061b0c1bc312e589ba1.zip rockbox-ef12b3b5c678e4fa44d60061b0c1bc312e589ba1.tar.gz rockbox-ef12b3b5c678e4fa44d60061b0c1bc312e589ba1.tar.bz2 rockbox-ef12b3b5c678e4fa44d60061b0c1bc312e589ba1.tar.xz | |
Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15599 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/telechips.c')
| -rw-r--r-- | bootloader/telechips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index 83dad70..6093701 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -57,7 +57,7 @@ void* main(void) lcd_init(); font_init(); - __backlight_on(); + _backlight_on(); while(!do_power_off) { line = 0; |