Commit d18a5a0c authored by Bodmer's avatar Bodmer

Revert "Fix issue #225"

This reverts commit 1e152501.
parent 1e152501
......@@ -4160,11 +4160,7 @@ int16_t TFT_eSPI::drawString(const char *string, int poX, int poY, int font)
uint16_t cheight = 8 * textsize;
#ifdef LOAD_GFXFF
#ifdef SMOOTH_FONT
bool freeFont = (font == 1 && gfxFont && !fontLoaded);
#else
bool freeFont = (font == 1 && gfxFont);
#endif
bool freeFont = (font == 1 && gfxFont && !fontLoaded);
if (freeFont) {
cheight = glyph_ab * textsize;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment