From 0fb800cb3745ffff4f0b33e4f07b7962a53dd6f2 Mon Sep 17 00:00:00 2001 From: ipason Date: Tue, 26 Aug 2025 13:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=95=E5=87=BB=E6=81=AF?= =?UTF-8?q?=E5=B1=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/FluxButton/Flux_Button.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/FluxButton/Flux_Button.h b/components/FluxButton/Flux_Button.h index 0508050..482046f 100644 --- a/components/FluxButton/Flux_Button.h +++ b/components/FluxButton/Flux_Button.h @@ -49,6 +49,8 @@ extern "C" { /* 定义按键支持休眠 */ #define CONFIG_GPIO_BUTTON_SUPPORT_POWER_SAVE (0) +#define USE_LCD_BACKLIGHT_CLOSE (1) + /** * @brief 按键命令枚举 *