Parcourir la source

fixed backlite

Wizmo2 il y a 2 ans
Parent
commit
c1375444b4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;