More actions
m (HydeWing moved page SwitchImageViewer Switch to Switch Image Viewer without leaving a redirect) |
No edit summary |
||
Line 11: | Line 11: | ||
|website=https://gbatemp.net/threads/switchimageviewer-the-most-useless-fusee-gelee-payload.502794/ | |website=https://gbatemp.net/threads/switchimageviewer-the-most-useless-fusee-gelee-payload.502794/ | ||
|source=https://github.com/LetsPlentendo/switch-image-viewer | |source=https://github.com/LetsPlentendo/switch-image-viewer | ||
}} | }} | ||
Hekate repurposed as an image viewer (Fusée Gelée payload). | Hekate repurposed as an image viewer (Fusée Gelée payload). |
Revision as of 09:56, 12 April 2023
SwitchImageViewer | |
---|---|
General | |
Author | LetsPlentendo |
Type | Other Apps |
Version | 0.2 |
License | GPL-2.0 |
Last Updated | 2018/05/05 |
Links | |
Download | |
Website | |
Source | |
Hekate repurposed as an image viewer (Fusée Gelée payload).
User guide
If you want to display your own image, use the convert_image.pde tool (you'll need Processing) in the tools folder to convert the image to a text file. It will generate an image.txt file.
Place image.txt on the root of a FAT32-formatted SD card and insert it into your Switch.
Compile the project, enter RCM mode and use fusée-launcher to launch the program. Enjoy.
Changelog
v0.2
- Makes displaying image 70x faster by copying the image data directly to the framebuffer.
- Also, the image file isn't ASCII text anymore to decrease size (-> faster loading).
- Remade the image converter in python.
v0.1
- Still really slow drawing process, takes 4 minutes for a fullscreen (720x1280) image.