The length was omitted when parsing the utf8 string, causing the names to append garbage data before. This PR simply pass in the calculated length to fromUtf8()
The SPI logos would not display at all in the GUI before, but after this fix they appear.
The length was omitted when parsing the utf8 string, causing the names to append garbage data before. This PR simply pass in the calculated length to
fromUtf8()
The SPI logos would not display at all in the GUI before, but after this fix they appear.