Remove usage of snprintf and strlen and instead calculate things at compile-time...
commit5134612ca903a854ff636e2442948b4ed1d5d885
authorDave Chapman <dave@dchapman.com>
Sun, 12 Oct 2008 22:35:03 +0000 (12 22:35 +0000)
committerDave Chapman <dave@dchapman.com>
Sun, 12 Oct 2008 22:35:03 +0000 (12 22:35 +0000)
treed744429aadb59afb0cd6470d2d7d85a22ffa11c8
parentca99f8efa49fbc053ea3a264c5cc23bda3b2a50c
Remove usage of snprintf and strlen and instead calculate things at compile-time.  Also swap the positions of the version text and logo for the Clip so we don't get a multi-coloured logo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18793 a1c6a512-1295-4272-9138-f99709370657
bootloader/show_logo.c