From 15f94bf7960bfa11a26809e2c98a14a10f046180 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Thu, 24 Mar 2022 12:52:43 +0100 Subject: [PATCH] LVGL fix embedded fonts selection --- tasmota/xdrv_52_3_berry_lvgl.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/xdrv_52_3_berry_lvgl.ino b/tasmota/xdrv_52_3_berry_lvgl.ino index 5748c9609..fcd270179 100644 --- a/tasmota/xdrv_52_3_berry_lvgl.ino +++ b/tasmota/xdrv_52_3_berry_lvgl.ino @@ -254,6 +254,7 @@ extern "C" { { 28, &seg7_28 }, { 36, &seg7_36 }, { 48, &seg7_48 }, + { 0, nullptr} }; // robotocondensed-latin1 @@ -297,6 +298,7 @@ extern "C" { #if ROBOTOCONDENSED_REGULAR_48_LATIN1 { 48, &robotocondensed_regular_48_latin1 }, #endif + { 0, nullptr} }; // register all included fonts