forked from len0rd/rockbox
When a line is over a selected length bi-directional scrolling is disabled. In non bidir scrolling the string is copied to a buffer twice with a space between "scroll text" + " " + "scroll text" this is to allow scrolling the line in the forward direction with minimal extra logic Note: that is the ONLY direction it is equiped to handle In the USB screen I observed while switching through the different modes that sometimes the text was corrupted turns out you can still have scroll->backwards set to true which causes offset to go negatve but we never check if offset < 0 in non bidir scrolling mode and happily continue with ever more negative offsets Change-Id: I210f7880be953d3cc42469828a7ca5fc2b2ab96f |
||
|---|---|---|
| .. | ||
| asm | ||
| common | ||
| drivers | ||
| export | ||
| include | ||
| kernel | ||
| libc | ||
| target | ||
| usbstack | ||
| arabjoin.c | ||
| arabjoin.h | ||
| ata_idle_notify.c | ||
| backlight-sw-fading.c | ||
| backlight.c | ||
| bidi.c | ||
| buflib_malloc.c | ||
| buflib_mempool.c | ||
| chunk_alloc.c | ||
| COPYING | ||
| core_alloc.c | ||
| debug.c | ||
| eeprom_settings.c | ||
| enc_base.c | ||
| events.c | ||
| firmware.make | ||
| font.c | ||
| font_cache.c | ||
| general.c | ||
| hangul.c | ||
| linuxboot.c | ||
| load_code.c | ||
| logf.c | ||
| lru.c | ||
| panic.c | ||
| pcm.c | ||
| pcm_mixer.c | ||
| pcm_sampr.c | ||
| pcm_sw_volume.c | ||
| powermgmt.c | ||
| profile.c | ||
| README | ||
| rolo.c | ||
| rom.lds | ||
| screendump.c | ||
| scroll_engine.c | ||
| sdmmc.c | ||
| sound.c | ||
| SOURCES | ||
| storage.c | ||
| system.c | ||
| timer.c | ||
| tuner.c | ||
| usb.c | ||
See docs/README