mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Disable bidirectional text handling and arabic joining in the bootloaders in order to save space. * Disable greyblitting in archos bootloaders for the same reason.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
17a798400b
commit
15d996a023
2 changed files with 19 additions and 5 deletions
|
|
@ -203,7 +203,7 @@ _lcd_write_data:
|
|||
/* This is the place to reenable the interrupts, if we have disabled
|
||||
* them. See above. */
|
||||
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
.align 2
|
||||
.global _lcd_grey_data
|
||||
.type _lcd_grey_data,@function
|
||||
|
|
@ -345,7 +345,10 @@ _lcd_grey_data:
|
|||
.short 0x0080
|
||||
|
||||
.align 2
|
||||
.lcdr:
|
||||
.long LCDR
|
||||
.pmask:
|
||||
.long 0x80808080
|
||||
#endif
|
||||
|
||||
.align 2
|
||||
.lcdr:
|
||||
.long LCDR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue