add scroll animation in menus

Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
Vincent-FK 2020-09-29 16:09:57 +02:00
parent be9d569e78
commit 2c94471981

View File

@ -26,8 +26,8 @@
#define SCREEN_HORIZONTAL_SIZE 240 //RES_HW_SCREEN_HORIZONTAL
#define SCREEN_VERTICAL_SIZE 240 //RES_HW_SCREEN_VERTICAL
#define SCROLL_SPEED_PX 240 //This means no animations but also no tearing effect
#define FPS_MENU 30
#define SCROLL_SPEED_PX 30 //This means no animations but also no tearing effect
#define FPS_MENU 50
#define ARROWS_PADDING 8
#define MENU_ZONE_WIDTH SCREEN_HORIZONTAL_SIZE