Fixed autobahn font

This commit is contained in:
2022-11-02 16:18:18 +01:00
parent 39dd567a9e
commit df3784b4e8

View File

@@ -5200,7 +5200,7 @@ void TFT_eSPI::setFreeFont(const GFXfont *f)
***************************************************************************************/
void TFT_eSPI::setTextFont(uint8_t f)
{
#ifdef TFT_IS_AUTOBAHN
#ifdef CONFIG_TFT_IS_AUTOBAHN
if (f == 4) {
setFreeFont(&din1451alt10pt8b);
return;