More actions
(Created page with "{{Infobox Switch Homebrews |title=SwitchImageViewer |image=Switch-logo.png |description=Nintendo Switch Image Viewer |author=LetsPlentendo |lastupdated=2018/05/05 |type=Other Apps |version=0.2 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/switchimageviewerswitch.7z |website=https://gbatemp.net/threads/switchimageviewer-the-most-useless-fusee-gelee-payload.502794/ |source=https://github.com/LetsPlentendo/switch-image-viewer |donation= }} {{#seo: |...") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=SwitchImageViewer | |title=SwitchImageViewer | ||
|image=Switch-logo.png | |image=Switch-logo.png | ||
|description= | |description=Hekate repurposed as an image viewer. | ||
|author=LetsPlentendo | |author=LetsPlentendo | ||
|lastupdated=2018/05/05 | |lastupdated=2018/05/05 | ||
Line 10: | Line 8: | ||
|version=0.2 | |version=0.2 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/switchimageviewernsw.7z | ||
|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 | ||
|donation= | |donation= | ||
}} | }} | ||
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 [https://www.processing.org/ 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. | |||
''' | |||
* | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/LetsPlentendo/switch-image-viewer | ||
* GBAtemp - https://gbatemp.net/threads/switchimageviewer-the-most-useless-fusee-gelee-payload.502794/ | |||
Revision as of 01:41, 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.