From 78966f5cc4311b417fe0a9de84df47bfa71eeca4 Mon Sep 17 00:00:00 2001 From: GoT Date: Mon, 7 Feb 2022 17:33:54 +0100 Subject: [PATCH] docs(scroll): use LV_DIR_VER instead of LV_DIR_TOP (#3066) Bad usage of LV_DIR_TOP --- docs/overview/scroll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/scroll.md b/docs/overview/scroll.md index 5ae47ed2a..bdc91a33d 100644 --- a/docs/overview/scroll.md +++ b/docs/overview/scroll.md @@ -81,7 +81,7 @@ The following values are possible for the direction: - `LV_DIR_BOTTOM` only scroll down - `LV_DIR_RIGHT` only scroll right - `LV_DIR_HOR` only scroll horizontally -- `LV_DIR_TOP` only scroll vertically +- `LV_DIR_VER` only scroll vertically - `LV_DIR_ALL` scroll any directions OR-ed values are also possible. E.g. `LV_DIR_TOP | LV_DIR_LEFT`.