浏览代码

fixed backlite

Wizmo2 2 年之前
父节点
当前提交
c1375444b4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/services/accessors.c

+ 1 - 0
components/services/accessors.c

@@ -489,6 +489,7 @@ const display_config_t * config_display_get(){
 	PARSE_PARAM(config, "address", '=', dstruct.address);
 	PARSE_PARAM(config, "cs", '=', dstruct.CS_pin);
 	PARSE_PARAM(config, "speed", '=', dstruct.speed);
+	PARSE_PARAM(config, "back", '=', dstruct.back);
 	PARSE_PARAM(config, "mode", '=', dstruct.mode);
 
 	if (strstr(config, "I2C") ) dstruct.type=i2c_name_type;