From 6fba529ab5cb464b5c85fd6e13fbc7a292870597 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 17 Jan 2023 00:22:09 +0100 Subject: [PATCH] Disable HASP_FONT_5 --- src/hasp/hasp_attribute.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/hasp/hasp_attribute.cpp b/src/hasp/hasp_attribute.cpp index 0d5a7851..5a1c87bf 100644 --- a/src/hasp/hasp_attribute.cpp +++ b/src/hasp/hasp_attribute.cpp @@ -1,4 +1,4 @@ -/* MIT License - Copyright (c) 2019-2022 Francis Van Roie +/* MIT License - Copyright (c) 2019-2023 Francis Van Roie For full license information read the LICENSE file in the project folder */ #include "hasplib.h" @@ -261,10 +261,10 @@ static lv_font_t* haspPayloadToFont(const char* payload) return &HASP_FONT_4; #endif -#ifdef HASP_FONT_5 - else if(var == HASP_FONT_SIZE_5) - return &HASP_FONT_5; -#endif +// #if defined(HASP_FONT_5) +// else if(var == HASP_FONT_SIZE_5) +// return &HASP_FONT_5; +// #endif #endif // ARDUINO_ARCH_ESP8266