Theoretical fix for autobahn font not rendering correctly

This commit is contained in:
CommanderRedYT
2022-12-16 14:29:13 +01:00
parent 1bf3e7ea20
commit f4d375b12e

View File

@@ -2261,7 +2261,7 @@ int16_t TFT_eSPI::height() const
int16_t TFT_eSPI::textWidth(std::string_view string, uint8_t font)
{
int32_t str_width = 0;
int32_t str_width = 1;
uint16_t uniCode = 0;
auto iter = std::begin(string);