Show indexing text when indexing

This commit is contained in:
Dave Allie
2025-12-05 21:12:15 +11:00
parent 12d28e2148
commit e08bac2e10
3 changed files with 17 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ void EpdFontRenderer<Renderable>::renderChar(const uint32_t cp, int* x, const in
if (font->data->compressed) {
auto* tmpBitmap = static_cast<uint8_t*>(malloc(bitmapSize));
if (tmpBitmap == nullptr && bitmapSize) {
// ESP_LOGE("font", "malloc failed.");
Serial.println("Failed to allocate memory for decompression buffer");
return;
}