From bc2096adeca30582c5adb527c78a5fbba394f573 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Tue, 14 Sep 2021 17:04:19 +0800 Subject: [PATCH] Added English version of JsBrightness readme Signed-off-by: wusongqing --- UI/JsBrightness/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UI/JsBrightness/README.md diff --git a/UI/JsBrightness/README.md b/UI/JsBrightness/README.md new file mode 100644 index 0000000000..88d50cdf33 --- /dev/null +++ b/UI/JsBrightness/README.md @@ -0,0 +1,13 @@ +# Setting the Screen Brightness + +### Introduction + +In this sample, you can swipe the slider to adjust the screen brightness. + +### Usage + +Swipe the slider to set the screen brightness. + +### Constraints + +This sample can only be run on standard-system devices. -- Gitee