gui: refresh the local bitmap instead of referencing the global symbol lcd_bitmap.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 21 Apr 2010 13:55:23 +0000 (13:55 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 21 Apr 2010 13:55:23 +0000 (13:55 +0000)
commit19f47b8ce8f12aadcd8194c9c5e9c9763678ce3b
treed1c0dd383293ada609c186605ec07665414fb9e8
parent10a2ade14439017c214f41e250471d651dc7bd1e
gui: refresh the local bitmap instead of referencing the global symbol lcd_bitmap.

This avoid to declare a global symbol lcd_bitmap when using the smooth
menu scrolling.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3492 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/gui/menu.c