#103761 - heyyeah - Sun Sep 24, 2006 12:37 pm
hey, i'm trying to achieve a simple scrolling text however the text is quite large (each glyph being about half screen height) and i'm wanting scrolling in opposite directions on both screens over a long sentence.
should i approach this as map based tiling or use a dedicated text library or use maybe PALib to import the text as a bitmap and let it handle the processing.
could you recommend a tutorial for this?
side note: i thought it was looking easy with the nds-examples but compiling the libfb examples with current devkitpro/eclipse cdt threw me.. fixed paths, recompiled libfb to have same elf version, replaced DISP_SR references and got to:
/opt/local/devkitPro/devkitARM/bin/../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/bin/ld: region iwram is full (build.elf section .rodata)
/opt/local/devkitPro/devkitARM/bin/../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/bin/ld:
(summarised..)
section .init [03800000 -> 038000e7] overlaps section .ARM.extab [03800000 -> 038000fb]
section .ARM.exidx [038000fc -> 03800553] overlaps section .text [038000f0 -> 0380fa47]
section .ARM.extab lma 0x3800000 ..
section .text lma 0x38000f0 ..
section .ARM.exidx lma 0x38000fc ..
section .init_array lma 0x3800554 ..
section .fini_array lma 0x3800558 ..
section .eh_frame lma 0x380055c overlaps previous sections ..
section .jcr lma 0x3800560 ..
section .iwram lma 0x3800564 ..
section .data lma 0x3800620 ..
this is compiling http://www.dragonminded.com/?loc=ndsdev/LibFB happycat
should i approach this as map based tiling or use a dedicated text library or use maybe PALib to import the text as a bitmap and let it handle the processing.
could you recommend a tutorial for this?
side note: i thought it was looking easy with the nds-examples but compiling the libfb examples with current devkitpro/eclipse cdt threw me.. fixed paths, recompiled libfb to have same elf version, replaced DISP_SR references and got to:
/opt/local/devkitPro/devkitARM/bin/../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/bin/ld: region iwram is full (build.elf section .rodata)
/opt/local/devkitPro/devkitARM/bin/../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/bin/ld:
(summarised..)
section .init [03800000 -> 038000e7] overlaps section .ARM.extab [03800000 -> 038000fb]
section .ARM.exidx [038000fc -> 03800553] overlaps section .text [038000f0 -> 0380fa47]
section .ARM.extab lma 0x3800000 ..
section .text lma 0x38000f0 ..
section .ARM.exidx lma 0x38000fc ..
section .init_array lma 0x3800554 ..
section .fini_array lma 0x3800558 ..
section .eh_frame lma 0x380055c overlaps previous sections ..
section .jcr lma 0x3800560 ..
section .iwram lma 0x3800564 ..
section .data lma 0x3800620 ..
this is compiling http://www.dragonminded.com/?loc=ndsdev/LibFB happycat