Support png and jpg in Image Viewer

This commit is contained in:
jpirnay
2026-04-06 12:39:37 +02:00
parent d4df19d686
commit f45b780900
7 changed files with 179 additions and 93 deletions
+3
View File
@@ -16,5 +16,8 @@ class BmpViewerActivity final : public Activity {
private:
std::string filePath;
bool renderBmpImage(bool showControls = true);
bool renderDecodedImage(bool showControls = true);
void renderError(const char* message);
void setAsSleepScreen();
};