Render larger images on demand not by default

This commit is contained in:
jpirnay
2026-05-19 09:28:36 +02:00
parent d4b2a24e2a
commit d922b5a67a
9 changed files with 134 additions and 20 deletions
+3
View File
@@ -267,6 +267,9 @@ class CrossPointSettings {
uint8_t showFileExtensions = 0;
// Image rendering mode in EPUB reader
uint8_t imageRendering = IMAGES_DISPLAY;
// Show a placeholder for large images (>800×600 source pixels) instead of decoding immediately.
// The user can press OK on the placeholder page to decode the image on demand.
uint8_t largeImagePlaceholder = 1;
// Dithering mode for decoded images (EPUB/JPG/PNG)
uint8_t imageDithering = IMAGE_DITHER_BAYER;
// Tilt-based page turning (X3 only — requires QMI8658 IMU)