From fd8b4ab84ece1336107dff016f35ad68c6797888 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 26 Aug 2023 20:21:14 +0800 Subject: [PATCH] update --- components/dwin/var_icon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dwin/var_icon.cpp b/components/dwin/var_icon.cpp index e19c5fd..bfbfc14 100644 --- a/components/dwin/var_icon.cpp +++ b/components/dwin/var_icon.cpp @@ -81,6 +81,5 @@ void VarIcon::show() { _setVal(m_val); } VarIconDescript_t &VarIcon::getDescript() { return m_descript; } bool VarIcon::_setVal(uint16_t val) { - m_val = val; return m_dwin_screen->write_varspace16(m_descript.m_VP, val, 100); } \ No newline at end of file